2 Replies Latest reply on Apr 1, 2008 9:19 AM by peerless

    DataTable with Ajax Support - How i can work with it ?

    peerless

      I´m have two files:

      1. MyPageWithADataTable_Opener.jsp
      and
      2. MyPageThatSendDatasToDataTable_Popup.jsp

      My question is:

      If i use

      <a4j:form id="form" ajaxSubmit="true" reRender="data">
      WORK, but another´s functions of the page dont works. Then i want anyway that work ONLY AJAX into datatable (dont more)!

      Detail: the second page is a popup, it open for user selected the data to send to first page (opener), then for me dont need RELOAD the opener page all time, i will need of it!

      Thanks