-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task
Milestone
Description
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:
- Update reference documentation for spring JSP Tag Library [SPR-13520] #18097 Update reference documentation for spring JSP Tag Library
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task