You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2006/02/08 16:57:58 UTC

[jira] Commented: (MYFACES-1104) UIColumns generate duplicate ID's

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

Volker Weber commented on MYFACES-1104:
---------------------------------------

seems to be a dublicate of MYFACES-1010

> 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