Browser Toolbar / Back button JSF

2006-06-02 Thread Wolf Benz
Hi List, I know Javascript allows to get rid of the toolbar (disable back button!! Plus more screen real estate :-), but as JSF dictates the entire page flow, I was wondering whether somehow this could be done WITHOUT javascript and WITH JSF/MyFaces. (or, at worst with a onload script for

Re: Browser Toolbar / Back button JSF

2006-06-02 Thread Andrew Robinson
Not sure of one that is built and can be downloaded, but you could do this with server side state saving and a PhaseListener I think (or a view handler?). MyFaces saves an arbitrary (configurable) number of views on the server. So theoretically your could remember the last view of the user in the