0 Replies Latest reply on Jul 12, 2007 6:53 AM by yevgen_78

    is it possible to set var parameter to the bean?

    yevgen_78

      For example i have

      <a4j:repeat value="#{testBean.count}" var="index" >
      
      <h:outputtext binding="#{testBean.texts[index]}"/>
      </a4j:repeat>


      is it possible something like this?
      so the texts this is an array of HtmlOutputText and i want to get it 5 times (count = 5) for example.