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. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032093#4032093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032093 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
