The NavigationMenu bean is just a subclass of LinkedHashSet, using the generic <NavigationItem>. NavigationItem itself is a bean with properties "text", "url" and "active".
When NavigationMenu has 5 items in it my loop only runs for one iteration and the ${item.text} and ${item.url} strings are just output directly without being resolved.
I know I must be doing something wrong but I'm not sure what
The taglib uri I'm specifying is
http://java.sun.com/jsp/jstl/core (indicated in the Jakarta taglibs README file).
I can post the source for NavigationMenu and NavigationItem if needed although I doubt that's where the problem lies.
[ September 08, 2007: Message edited by: Chris Corbyn ]
[ September 08, 2007: Message edited by: Chris Corbyn ]