Re: efficient building of menu item in jsp

2005-02-21 Thread Tim Christopher
FYI * For a JavaScript menu try: http://struts-menu.sourceforge.net/ For an HTML/CSS approach (not designed for struts) try : http://www.htmldog.com/articles/suckerfish/dropdowns/ The first link is probably the obvious choice for a Struts application however as it stores the menu names within

efficient building of menu item in jsp

2005-02-21 Thread jonathan zhang
Hi folks, I wish to construst a menu in jsp, and the menu has the following characteristics: 1.it has a two level hierarchy, Paren1->child1 ->child2 paren2->child3 ->child4... 2. some of the menu items might change/appear/not shown on different parent jsp