Hi Guys !,
Hope u can help me in this. I have one form and three Div tags in my
jsp page which is based on
struts framework. So when I click on a button after filling the form displayed or better filling half of the form in first div tag. I am moved to second div tag and the first one is hidden. and simmilalry after clikcing button further moved to third DIV tag and other two are hidden. but finally after the third click the data has to be submitted to a
Servlet but the problem I am facing is that I am not getting the data which I filled in first two DIVS and getting only the third div data. where as the same form is used for all the fields including all three divs.
The data is there as when I move back from the third page back to one or two data is restored in the forms So just wanted to know If anybody can suggest anything in this.
Thanks,
Rahul Juneja