Re: ServletActionRedirectResult and request params

2008-09-02 Thread Lukasz Lenart
This is old, known behavior. Does it still work? (What do the Javadocs have to do with this?) See JIRA issues [1,2]. Dave [1] https://issues.apache.org/struts/browse/WW-1714 [2] https://issues.apache.org/struts/browse/WW-2600 I've prepared some simple example and it's working as

ServletActionRedirectResult and request params

2008-08-29 Thread Lukasz Lenart
Hi, I'm trying to pass request params to an action when redirecting, but I'm getting OgnlException with messages: 1. org.apache.struts2.dispatcher.ServletActionRedirectResult.employeeId 2. Caught OgnlException while setting property 'employeeId' on type

Re: ServletActionRedirectResult and request params

2008-08-29 Thread Dave Newton
--- On Fri, 8/29/08, Lukasz Lenart wrote: I'm trying to pass request params to an action when redirecting, but I'm getting OgnlException with messages: 1. org.apache.struts2.dispatcher.ServletActionRedirectResult.employeeId 2. Caught OgnlException while setting property 'employeeId'