Hi JSP gurus!

I'm developing a web application where user needs to go through a sequence
of screens (wizard-like approach) before he can get what he wants.

Is it any way to manage stuff like:

He is somewhere in the middle of the screen sequence and opens a new
window (Ctrl-N) - now two windows work on the same session (HttpSession).
As the collected data is stored in the session, one "window" will
overwrite data of another one.

The only solution I see is to pass all the collected data from a screen to
another (with HTTP) and not to store it in session. I think it is not
elegant as this data must also be passed when user clicks on a normal link.

There must be a solution for this. HELP !!!

Best Regards,
Slawek


********************************************
SLAWEK ZACHCIAL
Software Application Engineer
Hewlett-Packard France

tel +33 4 76 14 50 44
telnet 779-5044
fax +33 4 76 14 14 65
********************************************

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to