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
There are no Sub-Tasks for this issue.