1 Reply Latest reply on Sep 11, 2007 10:47 AM by ector7280

    Reloading rich:tabPanel

    ector7280

      I have some javascript:

      opener.location.reload(true);
      self.close();
      


      That works fine reloading an opener page that doesn't contain a tabPanel.
      When I try to reload a tabPanel I get a popup that says "The page cannot be refreshed without reloading the page"
      Even after clicking 'Retry' to resubmit the new data does not show up.
      The data is supposed to show up in a rich:dataTable.
      I'm using ajax4jsf-1.1.1-SNAPSHOT.jar and richfaces-3.0.1-SNAPSHOT.jar

      Any ideas?