1 Reply Latest reply on Sep 14, 2009 10:48 AM by ronanker

    c:forEach problem

    jean.baldessar

      Hi! It's very hard to explain my problem, so I made this little example application to explain exactly what's happening.

      http://www.projedata.com.br:8181/forEachProblem/

      suggestions?

        • 1. Re: c:forEach problem
          ronanker

          Hi,

          I don't know exactly how to solve this, but we had something similar (a dynamic grid of blocks) that we solved by adding "<a4j:region selfRendered="true" renderRegionOnly="true" >" as unique child of the "foreach".
          in our case the region has 2 childs "<a4j:outputPanel ajaxRendered="true" title="#{block.title}">" and a 'jsfunction'.
          The content of the block is inside the outputPanel.

          good luck, and don't forget to post your solution when you find it :-)

          (mixing jsp and jsf level tag is always difficult, expect JSF 2 will solve all our issues...)