Thanks Dennis - I'll give this a try tomorrow.. caffeine has run out..zzz
-----Original Message-----
From: Dennis Byrne [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 05, 2006 11:12 PM
To: MyFaces Discussion
Subject: Re: browser back button in JSF?
Try changing state saving to 'client'.
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
... or start using a nightly build, as MyFaces has fixed this.
Dennis Byrne
>-----Original Message-----
>From: Tom Butler [mailto:[EMAIL PROTECTED]
>Sent: Sunday, February 5, 2006 11:06 PM
>To: [email protected]
>Subject: browser back button in JSF?
>
>Can anyone point me to a wiki or other to help me understand how to handle
>the user pressing the browser back button in a JSF application?
>
>
>
>I've read this is a weakness of JSF, and from the testing I've done it does
>appear to be a problem. Looking for any ways to gracefully handle this
>situation.
>
>
>
>Thanks!
>
>