menu in jsp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    menu in jsp

    I want to write a menu i will display on many jsp pages what is the best way of doing so? can i simply include it?

    thank You
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by oll3i
    I want to write a menu i will display on many jsp pages what is the best way of doing so? can i simply include it?

    thank You
    As far as I know html (and thus .jsp) doesn't know about menus so you have to
    make your jsp spit out javascript that handles the menu functionality for you.

    kind regards,

    Jos

    Comment

    Working...