Hello Frnds,
I have this requirement.
There are about 5 steps in customer registration application. In each step there is form which user fills and submit. At server end the form is validate and if true then forward the request to next step and finally at last would submit.
For doing this does
struts has other feature or i need to just use code in action classes and do findForward().