There was a benchmark posted around a month ago - the finding was that state saving in client runs a lot slower than state saving in server.
Is there any update this? Regards, Yee -----Original Message----- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Monday, 6 February 2006 12: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! > >

