Hi Jack, > I have Spring Web Flow with which I'm using Velocity. I am using a > Hashtable to pass info to the Velocity template and can successfully > get the value side of each entry using code like this ($routeList is > the Hashtable): > > #foreach($route in $routeList) > $route > #end > > How would I get the key of each entry? > > Do I need to use a Vector of Vectors instead perhaps? What would you suggest?
How about reading the FAQ? ;) http://wiki.apache.org/jakarta-velocity/VelocityFAQ Best regards, -- Shinobu -- Shinobu Kawai <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
