Description
<form jwcid="submitter@Form" id="submitterId" listener="ognl:listeners.submit">
renders as:
<form id="submitter" id="submitterId">
cause:
FormSupportImpl.render()
adds the formal id tag without checking to see if the bindings contains an informal reference to the id tag
Thanks,
Justin
Attachments
1.
|
Cannot dynamically set the id for a Form | Resolved | Unassigned |