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 <html:link/> 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 a hard class to write, but it seems like it would be a
> common function that would be needed since the <html:link> and
> <html:rewrite> tags take a Map.
>
> I googled for a solution and looked in the Struts documentation, but I
> can't find anything.  Your help is appreciated it.

http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletRequest.html#getParameterMap()

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

Reply via email to