JSP Navigation Systems
As you might already know, I am a committer on the Struts Menu project at SourceForge. Struts Menu is basically just a JSP Tag Library that allows you to configure a navigation system for your webapp from an XML file. Here is a demo. Here are similar menu tag libraries I found:
- JSP Tree Tag and Demo.
- Sam Dalton's Menu Tag.
- Dynamic Menus, a JSP Tag from ONJava.com that reads from both an XML file and a database.
I also remember seeing one on weblogs.java.net, but their search feature sucks and I can't seem to find it (could be operator error).
Please let me know of any others you know of - or menus you'd like to see incorporated into Struts Menu. The current CVS version (module == navigator) allows for specifying the Menu attributes in XML and the HTML for the menu using Velocity templates (as well as some built-in displayers). Personally, I'm thinking of adding a couple from WebFX: XTree and XMenu. With the new Velocity support, it should be simple to add these. If it's possible with HTML, JavaScript and CSS - it's possible with Struts Menu!
Posted by Partha on October 17, 2003 at 04:46 AM MDT #
Posted by Matt Raible on October 17, 2003 at 04:53 AM MDT #
Posted by Partha on October 17, 2003 at 05:00 AM MDT #
Posted by TGTG on December 08, 2005 at 09:25 PM MST #