Hi All:
I have a
jsp page created which has tabbed menus .I am using Struts-Menu .
As soon as the user logs into the application the user sees the tabs on all the jsp pages that the user naviagetes..
To have the tabs on all the jsp pages ,do I need to create a jsp page with just the tabs and include them in all the jsp pages of the application which means lot of code duplication OR do I need to use some templates for all the jsp pages like
Struts Tiles.
Currently I have the path provided to different jsp pages in the "page" attribute of the "Menu" tag .Is it possible to trigger an action handler by clicking on the tabs ???
Also,can anyone guide to me the struts-menu documentation.??
What are the alternatives to Struts-Menu ???
Thanks ,