You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by xecutor <pk...@freemail.hu> on 2009/11/14 21:44:01 UTC

tr:panelAccordion with tr:iterator

Hi,

I'd like to do something like this:

<tr:panelAccordion>
     <tr:iterator var="category"
value="#{catalogService.getAllCategories()}">
	<tr:showDetailItem text="#{category.categoryName}"/>
     </tr:iterator>
</tr:panelAccordion>

I'm using facelet. I tried c:foreEach, tr:forEach (problem with facelet),
ui:repeat, but none of them helped me out. It doesn't work. How should I
give the entries dynamically to panelAccordion?
-- 
View this message in context: http://old.nabble.com/tr%3ApanelAccordion-with-tr%3Aiterator-tp26353713p26353713.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.