if i'm passing a url of www.foo.com?a=1&b=2, how can i assign the values of "a" & "b" to variables?
i've been trying to use pageContext.request.queryString and then parsing that through the <str> tag lib, but I have the feeling that I'm doing much more than necessary for what should be a fairly simple and probably inherint thing. Jason Slade Client-Side Developer Hewitt Associates 847.442.7525
