You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by "G.L. Grobe" <ga...@grobe.net> on 2002/07/05 06:43:58 UTC

getting query string params in template

I'm sending back to the client browser a URL w/ a query string parameter that I'd like to capture in my template page ...

category/products.vm?select=A

So in my template page I'd like to select a #foreach loop depending upon the value of select.
I saw the "Using Velocity In Servlets" section in the dev docs, but didn't think I was looking in the right place.

Any help much appreciated.