0 Replies Latest reply on Jul 6, 2007 12:25 PM by stuartm1971

    a4j:repeat & use of nested binding attribute

    stuartm1971

      I'm trying to use an a4j:repeat tag around a set of rich:dataTable data. JSF will not allow any use of binding attributes within any nested elements inside the a4j:repeat tag claiming it thinks the bean I'm iterating over is null. Any ideas or workarounds?

      I'm not really using a4j:repeat to display multiple table rows but instead using the value & var attributes to assign a session scoped bean to a generic variable like this
      var="beanName" value="sessionScope['storedBean']".