Form wizard: how to manage state?

View: New views
2 Messages — Rating Filter:   Alert me  

Form wizard: how to manage state?

by Alex Siman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Suppose a state of the form wizard is stored in session. And ID of current wizard process is passed with every form submit. But if user unfinishes process and leaves the form wizard, then wizard data will pollute the session.

What is the best way to manage form wizard state?

Re: Form wizard: how to manage state?

by Robert Graf-Waczenski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Alex Siman schrieb:
> Suppose a state of the form wizard is stored in session. And ID of current
> wizard process is passed with every form submit. But if user unfinishes
> process and leaves the form wizard, then wizard data will pollute the
> session.
>
> What is the best way to manage form wizard state?
>  
Learn about the HttpSessionBindingListener interface.

Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...