3 Replies Latest reply on Jul 31, 2007 11:09 AM by ilya_shaikovsky

    Using a4j:region in a scroller

    kewldude

      I want to use the <t:dataScroller> with a4j.
      I know that richfaces has a scrollable component with ajax, but I want to implement the <t:dataScroller> with a4j.
      Something like using the <a4j:region> inside the scroller so that the reRender attribute of a4j:region will call the id associated with a4j:outputPanel and this panel contains the data table. In essence, only the dataTable is refreshed and not the whole page. Any tips or hints please...