| Author |
multi-step user registration ?
|
harish pathak
Ranch Hand
Joined: Dec 17, 2005
Posts: 51
|
|
Hi All, I want to create multi-step user registration (multi step form) in struts. Please give me the idea...........how to do that? Thanks
|
 |
Pavan Tummala
Ranch Hand
Joined: Dec 25, 2004
Posts: 74
|
|
|
use a single actionform with its scope as session. All the jsps in the multi step process should use the same actionform.
|
If Java had true garbage collection, most programs would delete themselves upon execution -- Robert Sewell
|
 |
harish pathak
Ranch Hand
Joined: Dec 17, 2005
Posts: 51
|
|
Hi, Thanks for your response. Now I have a idea how to do that. Thanks Harish Pathak
|
 |
 |
|
|
subject: multi-step user registration ?
|
|
|