2 Replies Latest reply on Mar 28, 2007 10:58 AM by waynebagguley

    Page refresh

    waynebagguley

      I have a page that contains a <h:dataTable> backed by a stateful session bean with a List attribute.

      The list is populated via an action but the trouble is that if the user clicks on a link (calling the action) and then presses the refresh button in the browser, the action doesn't get called again and therefore the list doesn't get updated.

      How do I get the action to be called when the user presses refresh?

      Thanks.