Thanks, Dave!

I was able to get it to work, as you suggested, by setting everything in
the location param.

Thank you!
Ken 

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 26, 2008 4:33 PM
To: Struts Users Mailing List
Subject: Re: [S2] OgnlException for ServletRedirectResult

--- On Fri, 9/26/08, Hoying, Ken wrote:
> It seems that OGNL is trying to split the name or convert it into a 
> number and splitting it at the 'f''.  However, this makes no sense to 
> me what so ever.  Why is OGNL even trying to parse the param name?  
> Why does it care?

Because that's how parameters are set on results or actions-by the
parameter name.

The first thing I'd try is:

<result name="DownloadContractSearch" type="redirect">
  <param name="location">ContractSearchGet.action?6578706f7274=l</param>
  <param name="parse">true</param>
  ...

Most likely the other non-legal Java identifier will give a similar
error.

Dave


---------------------------------------------------------------------
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]

Reply via email to