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