[ http://issues.apache.org/jira/browse/MYFACES-1104?page=all ]
Anders Hessellund Jensen updated MYFACES-1104:
----------------------------------------------
Attachment: tomahawk-patch.diff
This fix solves the issue. I don't feel completely certain that it will not
cause side effects though.
> 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