hi all,
i have a situation here, i have around 6 tabs(all individual jsps displayed as tabs).
The forms of all the six
jsp are filled but the data can be submitted for validation onl from the last tab.
Validation can only be performed from all the data(from all 6 tabs) together.
I have implemented this by storing the data of each jsp in session and then submitting all the data from the last tab.
Now after validation, the error messages have to be displayed on individual tab.
I have no idea on how i could get the response onto 6 JSP pages.
Just wanted to know if anyone knows a work around or anything that might help.
Thanks,
Vivek Raju.