Skip to content

Misleading note on readonly and disabled flags in spring-form.tld [SPR-13397] #17977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Aug 26, 2015 · 3 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Aug 26, 2015

Manuel Jordan opened SPR-13397 and commented

Hello

Considering if I have the following:

<td><form:input path="name" size="50" readonly="true" /></td>

in my IDE (STS) with 'Ctrl + Space' to complete the attribute for readonly it shows the following description:

HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will make the HTML element readonly.`

Really is mandatory include the quotes. If I do (see no quotes)

<td><form:input path="name" size="50" readonly=true /></td>

The JSP file throws error:

org.apache.jasper.JasperException: /WEB-INF/views/jsp/showpersona.jsp (line: 22, column: 57) quote symbol expected


Affects: 3.2 GA, 4.0 GA, 4.1 GA, 4.2 GA

Issue Links:

Referenced from: commits c4a9abb, b15da37, eaba794

Backported to: 4.1.8, 3.2.15

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Sep 9, 2015

Manuel Jordan commented

Thanks Juergen

Continuing about Spring Web tags: Just curious if #18024 would be considered, it because it has been stablished how 'Waiting for Triage'

Kind Regards

@spring-projects-issues
Copy link
Collaborator Author

Brian Clozel commented

Hi Manuel Jordan
Yes, I'm in charge of that one; "waiting for triage" is the default state until we've fully qualified the issue. Sorry for the delay, we're in conference prep mode here with SpringOne2GX next week.

Thanks!

@spring-projects-issues
Copy link
Collaborator Author

Manuel Jordan commented

Hi Brian

Sorry if I was rude, it was not my intention. I thought that state is like something with almost zero priority or remains in attic. it because I have some reports with that status too until now.

So take your time. Sorry again.

Congrats about SpringOne2GX. Have fun!

@spring-projects-issues spring-projects-issues added status: backported An issue that has been backported to maintenance branches type: documentation A documentation task in: web Issues in web modules (web, webmvc, webflux, websocket) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 4.2.1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

2 participants