[ http://issues.apache.org/jira/browse/MYFACES-1104?page=comments#action_12365877 ]
Anders Hessellund Jensen commented on MYFACES-1104: --------------------------------------------------- I can confirm that it is a duplicate of MYFACES-1010. The bug is supposed to be fixed in RI 1.1_01. I have tried to use this version of RI, and this solves the duplicate ID issue. However, the behavior still seems buggy. Updates to inputTexts in the table does not work. Can anyone else confirm this problem? > UIColumns generate duplicate ID's > --------------------------------- > > Key: MYFACES-1104 > URL: http://issues.apache.org/jira/browse/MYFACES-1104 > Project: MyFaces > Type: Bug > Components: Tomahawk (RI Compatability) > Reporter: Anders Hessellund Jensen > Priority: Critical > Attachments: tomahawk-patch.diff > > UIColumns generates duplicate ID's when using RI. Example JSP fragment: > <h:form id="form"> > <t:dataTable id="table" value="#{testBB.rows}" var="row"> > <t:columns id="columns" value="#{testBB.columnHeaders}" > var="column"> > <t:inputText id="inputText" > value="#{testBB.columnValue}"/> > </t:columns> > </t:dataTable> > </h:form> > In this example, the inputText each column will get the same ID. -- 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
