Hi All,
I am bit new to
struts however I learnt few concepts.
Now i am trying to implement the following scenario
1. Initial
JSP page should display 2 text fields (say fname, lname) and a (next)button
2. On clicking the next button in step1 i should display another JSP page with 2 text fields (say address, phone) and one (next)button
3. On clicking the next button in step2 I should display the inputs given in page 1 and 2 (steps1&2)
I am through steps 1 and 2 however I am facing trouble with step 3. whenever i click on the next button the input i gave was lost.
I am using single formbean and action class for this requirement
please guide me to fulfill this requirement
Also, let me know if you need more details.
Thanks,
Thani