It was - and the solution was to use the RawRequestParameterModule. I found some docs in the Wiki for using this... but it doesn't seem to work as it should. The parameter returned is still not the encoded version.
I then talked with Joakim Verona and found that he emailed a patch to the mailing list. I used his patched version and it works just fine now. Is his patch included in CVS now? Thanks, - Brent > -----Original Message----- > From: Geoff Howard [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 07, 2004 6:10 PM > To: [EMAIL PROTECTED] > Subject: Re: Encoding Params in the Sitemap > > > Brent L Johnson wrote: > > > Is there a way I can encode the {request-param:paramname} in a > > sitemap? I'm trying to use a request parameter in the > HTMLGenerator > > as part of a GET request, but using > {request-param:paramname} decodes > > the parameter. So if the parameter has a space - instead > of putting a > > %20 back into the GET it gets decoded back into an > > actual space character. > > Check the archives for this one - I know its been discussed several > times but don't remember the solution. An input module is > the likely cure. > > Geoff > > > --------------------------------------------------------------------- > 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]
