• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts Menu Question

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ,
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at this page
http://struts.application-servers.com/faqs/tabs.html

See if this helps.
If you have already found some help, do let me know.

Arusha
 
reply
    Bookmark Topic Watch Topic
  • New Topic