I want to create tabs within my
Struts application where once a tab is selected, there will be navigation links down one side, and when links are selected, the remainder of the tab area will serve as the "workspace" for displaying the corresponding
JSP page. I have tried using the struts-display tag library and have been able to generate tabs and panels for my links, but I'm not sure how to direct the jsp output to a specific panel in a tab.
Is there a better method to do this? I would like some possible suggestions on ways of accomplishing this that has ample documentation. I know this is a very common design these days, so I know there has to be a better way (or at least one with more documentation than struts-display library). Just looking for suggstions on technologies/frameworks that I could start investigating.
Thanks in advance,
Scott