Hello, I have 1 form class, 1 action class and 5 JSP to support 5 steps in my wizard. Form class has all member I have from step 1 to step 5. The scope is request and it could navigate from step 1 to step 5 with validation but could not hold all values to the final step in wizard. So, the problem is that I can not hold the value for Form until the end of wizard.
Do you have any idea what I need to check ? Thanks in advance -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

