hi, the following usage of panelaccordion/faclets does not work ... nothing gets drawn inside panelaccordion. how can this be fixed or is there a work around for similar use-cases?
<tr:panelAccordion>
<ui:repeat value="#{elementGroups}" var="row">
<tr:showDetailItem text="#{row.key}">
<tr:outputText value="#{row.value}"/>
</tr:showDetailItem>
</ui:repeat>
</tr:panelAccordion>
thanks
christian

