How could you possibly do this without using frames?  Every page request
would obliviate any values you had stored.  Frames allows you to do this,
I've done it many times with a hidden frame for client-side persistence,
but  without frames, I don't see how this could be possible.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Mon, January 23, 2006 12:55 pm, Michael Jouravlev said:
> Can JSF store component state completely on client, that is, using
> Javascript objects? I could not find anything besides _viewstate-like
> juggling between client and server.
>
> I think it would be nice if an application could try to save viewstate
> on client, and if Javascript were turned off, the viewstate would be
> submitted to server and stored there in the session.
>
> Michael.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to