Sorry.  Somehow I never ran across the FAQ, but I've read it now like
a good little programmer. ;^)

On 5/23/05, Shinobu Kawai <[EMAIL PROTECTED]> wrote:
> 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]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to