Ids of hidden fields not unique within the HTML page when using multiple forms
------------------------------------------------------------------------------
Key: MYFACES-1470
URL: http://issues.apache.org/jira/browse/MYFACES-1470
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 1.1.4
Reporter: Per Gravgaard
Priority: Trivial
Hidden fields in a form created by the HtmlResponseStateManager is given an id
which is not prefixed with the id of the form. When using more than form on a
page the id is no longer unique within the page. This can be easily resolved by
not giving the hidden fields any id. It is the name attribute that causes the
browser to submit the field, not the id attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira