Best JSF framework/library for "conversation state"
Posted
by stacked
on Stack Overflow
See other posts from Stack Overflow
or by stacked
Published on 2010-01-19T14:59:52Z
Indexed on
2010/04/24
20:33 UTC
Read the original article
Hit count: 197
jsf
What do people think is the best JSF framework or library for a saving state longer than request scope (but w/o using session scope) that is backbutton/new window safe -- i.e. you have a "wizard"/multi-page form.
For example, MyFaces has the 'SaveState' tag (http://bit.ly/8QHmX5) that allows you to maintain state across pages by saving state in the view's component tree. Any comments on SaveState (pros/cons) or suggestions for any better framework or library for this capability?
© Stack Overflow or respective owner