0 Replies Latest reply on May 28, 2012 10:47 PM by rart3001_1

    Autoreload jsf page no work in google chrome

    rart3001_1

      regards,

       

      I'm trying to reload a page in jsf, with the following statement:

       

         response.setHeader("Refresh", "3;URL="+request.getRequestURI());
      

       

      I am using this to reload a page to force the closure of a <rich:popupPanel> when a file finishes downloading. But when I test the page in Firefox works correctly, but if I try this in google chrome, the page does not reload and the modal panel does not close.

       

      If anyone has any suggestions or been through something similar?

       

      Thanks and I apologize for my English