Using "name" as the id for a component breaks form submission. "name" appears
to be an undocumented reserved identifier.
------------------------------------------------------------------------------------------------------------------------
Key: TRINIDAD-713
URL: https://issues.apache.org/jira/browse/TRINIDAD-713
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.2-core
Reporter: Mike Hanafey
Using the trinidad-blank as an example, if the the id of the input field in
"page1.jspx" is changed from:
<tr:inputText label="Your name" id="input1"
value="#{helloWorldBacking.name}" required="true"/>
to:
<tr:inputText label="Your name" id="name"
value="#{helloWorldBacking.name}" required="true"/>
nothing happens when the "press me" button is pushed (the form is not posted).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.