[ 
http://issues.apache.org/jira/browse/MYFACES-1104?page=comments#action_12365881 
] 

Anders Hessellund Jensen commented on MYFACES-1104:
---------------------------------------------------

Oh well, the version of the RI i used did not include the fix. I guess I'll 
just have to wait for CVS access to the RI source code. 

> 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

Reply via email to