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.
Comment