Struts menu works nicely with struts, i.e. you add a plugin to read your configuration files. It uses xml and property files for menu configuration. It can use javascript or not and works with CoolMenus. There are a couple of jsp tags which actually insert the menu so your jsp files stay really clean. The things I like best about it is that the menu positions are relative (at least the simple and drop down displayers), i.e. you don't have to put pixel positions in your code and the menu config just has information actually relevant to the menu, i.e. url, description, and a tooltip.
http://sourceforge.net/projects/struts-menu Edgar > -----Original Message----- > From: Stephen Smithstone [mailto:[EMAIL PROTECTED] > Sent: Monday, March 10, 2003 10:38 AM > To: 'Struts Users Mailing List' > Subject: Re: struts-menu > > > what is this struts-menu and where can i find some examples / > downloads ? > please > > On Monday 10 March 2003 3:22 pm, Raible, Matt wrote: > > Edgar, > > > > I'm a committer on struts-menu, so hopefully I can help you out. > > > > I believe using the "location" attribute vs. "page" attribute will > > strip out your context and use the exact value you specify in > > "location" rather than pre-pending the context. > > > > As for remembering the position - which layout are you > using? I can > > possibly add the remembering functionality, but it will probably > > involve cookies or something. > > > > Matt > > > > > -----Original Message----- > > > From: Edgar Dollin [mailto:[EMAIL PROTECTED] > > > Sent: Monday, March 10, 2003 6:20 AM > > > To: 'Struts Users Mailing List' > > > Subject: struts-menu > > > > > > > > > Does anyone know how to suppress the leading '/' in strutsmenu. > > > > > > Does anyone know how to get the menu to remember it's position if > > > the target page, i.e. tiles, has the same menu. > > > > > > Thanks in advance > > > > > > Edgar > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

