Re: URL parameters parsed into a Map

2006-01-19 Thread Keith Fetterman
Dah. I feel like such an idiot. I didn't think to look in the servlet javadocs. Thanks a bunch. I really *appreciate* it. Michael Jouravlev wrote: On 1/19/06, Keith Fetterman <[EMAIL PROTECTED]> wrote: I need to parse the http parameters/values contained in a URL have them placed into a Map

Re: URL parameters parsed into a Map

2006-01-19 Thread Michael Jouravlev
On 1/19/06, Keith Fetterman <[EMAIL PROTECTED]> wrote: > I need to parse the http parameters/values contained in a URL have them > placed into a Map. I will then replace specific parameters and feed the > Map to an tag. Is there a utility class in Struts that > would do this? Or some other open

URL parameters parsed into a Map

2006-01-19 Thread Keith Fetterman
I need to parse the http parameters/values contained in a URL have them placed into a Map. I will then replace specific parameters and feed the Map to an tag. Is there a utility class in Struts that would do this? Or some other open source third party library that can do this? This is not