1 Reply Latest reply on Sep 26, 2007 5:58 AM by ilya_shaikovsky

    repeat and datascroller

    srpantano

      Is it possible rich:datascroller works for a4j:repeat, any example??

      I try:

      <a4j:repeat id="list" value="#{users.resultList}" var="record" rows="7">


      and

      <rich:datascroller for="list" />


      the datascroller executes, but it doesn´t refresh the repeat.