Hi,
There are many situations where you want to use tabbed page using servlets/jsp. For example you've a problem where you've multiple steps of form submission and you want it to be in a tabbed panel model, then you need to carry the form data from one tab to other then the implementation diferes with normal implementation.
Simple implementation would be make the text on each tab as a hyper link which will call a servlet with tab id or some other value which diferes from one tab to other. In that servlet get the parameter and transfer the control to corresponding jsp page to display different content.
If you give little more info about your problem, then i can be little more elaborative.
Regards,
Rakesh
- Rakesh
|