[ http://issues.apache.org/jira/browse/MYFACES-802?page=comments#action_12357730 ]
Bruno Aranda commented on MYFACES-802: -------------------------------------- The fix for MYFACES-827 now allows to use other components different to UIPanel (and similar) as children for the facet. > datalist component - problem when iterating components with facet inside!? > -------------------------------------------------------------------------- > > Key: MYFACES-802 > URL: http://issues.apache.org/jira/browse/MYFACES-802 > Project: MyFaces > Type: Bug > Components: Tomahawk > Environment: WIN XP, Tomcat 5.0, Eclipse 3.0 > Reporter: Hans Meusch > > Hi, > I've a problem with the datalist component: > The Code: > <t:dataList value="#{projectBenefitBean.data11}" var="benefit"> > <x:popup ...> > <h:outputText value=#{benefit.description}"/> > <f:facet name="popup"> > <h:outputText value="#{benefit.description}" /> > </f:facet> > </x:popup> > </t:dataList> > The Problem: > All variables used inside the facet seem to stay on the first value of > the iterated list. > The means for the above shown example: > - the first benefit.description shows all the items correctly > - the second description (inside the facet) shows the first item only. > - using the h:datatable - h:column component instead works fine. > Thank you... > Hans -- 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
