0 Replies Latest reply on Sep 17, 2010 8:37 AM by dh2k7

    dataTable reRender - back button problem

    dh2k7

      Hello,

       

      we have the following back button problem.

      Our application has a file browser, where the user can browse through its files and directories.

      Directory changes are made using normal post requests, so the user can go back using the browser's back button (this is not possible using ajax, isn't it?)

       

      The problem comes when the user deletes a file, because this is done via ajax (a4j:commandLink). After the file is deleted, the table gets rerendered.

      If the user deletes a file, then goes into another directory and then pushes the back button, the file is there again.

       

      Is there a way to solve this problem?

       

      Thanks

      Dirk