No - client-side state saving IS significant slower.

And it works with server-side state saving as well, at least with the
nightly builds.

regards,

Martin

On 2/6/06, Yee CN <[EMAIL PROTECTED]> wrote:
> 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: users@myfaces.apache.org
> >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!
> >
> >
>
>
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to