ComboBoxTag: Textfield population fails for property names containing . (dot)
-----------------------------------------------------------------------------
Key: WW-2007
URL: https://issues.apache.org/struts/browse/WW-2007
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.0.8
Environment: All
Reporter: Rene Gielen
Assignee: Rene Gielen
Fix For: 2.0.9, 2.1.0
The JavaScript method for populating select list value to the bound textfield
is named
autoPopulate_${parameters.id?html}
If you have a property id (name) of myBean.id, the js call will fail, since
autoPopulate_myBean.id is not a valid method name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.