Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
When using a ONGL expression for the 'name' property of a JSP UI tag, UIBean sets the default value of the 'id' property to the string value of 'name' without parsing 'name' for an ONGL expression. This results in malformed HTML IDs:
<ww:textfield name="propertyName[%
{'1'}].id"/>results in:
<input type="text" name="propertyName[1].id" value="" id="groupSave_%{'1'}
__id'}"/>