6 Replies Latest reply on Apr 19, 2011 8:01 AM by dasago

    RF 4.0.Final rich:dataScroller doesn't support ajax?

    dasago

      Hello,

       

      does rich:dataScroller support ajax? I get the following error:

       

      <a4j:ajax> Unable to attach <a4j:ajax> to non-ClientBehaviorHolder parent

       

      Does it work at previous versions? I found some links like this one:

       

      http://stackoverflow.com/questions/2919444/richdatatable-and-richdatascroller-problem

       

      My code:

       

       

      <rich:dataScroller page="#{showSchedConfig.page}" >
           <a4j:ajax event="onpagechange" />
      </rich:dataScroller>
      

       

      or:

       

       

      <rich:dataScroller page="#{showSchedConfig.page}" ajaxSingle="false" />
      

       

      I have a editable dataTable and want to "save" my edited fields before the next page is shown. How can i do this?