1 Reply Latest reply on Jun 30, 2008 5:38 AM by ilya_shaikovsky

    upgrade from 3.1.3 to 3.2.1 and a4j:repeat

    sradford

      Hi,

      Trying to upgrade from richfaces 3.1.3 to 3.2.1 and having problems with a a4j:repeat tag inside of a rich:panelBar. Here is the (cutdown) of my xhtml:

      <rich:panelBar id="pnlLegs">
       <a4j:repeat value="#{legs}" var="leg">
       <rich:panelBarItem>
       <f:facet name="label">
       <h:outputText value="#{leg.type}" />
       </f:facet>
       <h:outputText value="#{leg.name}" />
       </rich:panelBarItem>
       </a4j:repeat>
      </rich:panelBar>


      On 3.1.3 all worked fine but in 3.2.1 I only see the labels (title) for each panelBarItem, i.e. all panelBarItems are collapsed and clicking does not expand any.

      Is this a known issue? Any ideas to solve / work around this problem?

      Regards,

      Sean