Gary Affonso wrote:
Your redirect needs to look something like...<result name="success" type="redirect"> <param name="location"> myAction.action${foo ? '?foo=' + foo : ''} </param> </result>Note that I'm pretty sure your OGNL lookups are not going to get url-escaped.
I looked at the code for the result object. I was wrong. The url *will* be escaped after the ognl is evaluated. :-)
Unless, of course, you turn off url escaping via via the "encode" param. But it's on by default.
:-) - Gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

