2 Replies Latest reply on May 22, 2007 2:21 PM by mladen.babic

    reRender component in another page???

    mladen.babic

      Hi,

      I have tried to use dropSupport component that accepts some value and it rerenders datatable.Problem is that datatable is on other page.Eg



      <rich:dropSupport id="dropProduct" acceptedTypes="number" reRender="basket"

      dropListener="#{basketHandlerBean.addProductDragging}"/>
      <t:graphicImage value="/images/shopping_cart_big.jpg"/>

      // basket is datatable on some other page

      Is there any way to rerender this datatable?

      Best reagrds,
      mb