Details
Description
The geolocation tag has both an id and name attribute. The name is supposed to be used to submit the value in the post, and can be used for bean binding. The tag is rendering the id for the name and not using the name at all.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32251 | Tue Nov 20 10:08:43 MST 2012 | greg.dick | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32252 | Tue Nov 20 10:09:39 MST 2012 | greg.dick | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Fix Version/s | 1.2 Beta [ 10344 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
A bit of legacy from the JSF javascript. The id is required by the javascript for finding the rendered attribute and the name should be supported for Spring JSP. I was experimenting with trying to remove one of these attributes and forgot to redo it. Unfortunately, at this point they're both required.