This post originated from an RSS feed registered with Java Buzz
by Sam Dalton.
Original Post: Menu Custom Tag Library
Feed Title: import java.*;
Feed URL: http://www.samjdalton.com/pebble/rss.xml
Feed Description: Random, Infrequent Bloggings of a Techie
While looking for a good dynamic menu a while a go, I drew a blank. All I could find were nasty JavaScript menus that were overly complex to setup and maintain. As such I decided to write my own. Based on some work by Simon Brown, TagMenu is a simple to use menu custom tag library.
With TagMenu you can create infinitely deep menu structures that dynamically contract and expand when clicked. The menu is configured via a very simple XML file such as:
This menu can be displayed using a very simple JSP page which embeds the menu custom tags. You are in complete control fo the formatting etc of the menu, so this is very flexible.
This menu will soon be avaliable on SourceForge.net but for now you can download it from the following links.