I'm using 2.1.1-SNAPSHOT from the people.apache.org maven snapshot repository. I noticed 2.1.2-SNAPSHOT is already out, maybe I should try it.
I have scope="prototype" in the actions that I've defined in the Spring configuration file. The problem also affects actions that are not in the Spring configuration file, in other words actions that are not in need of any injections from Spring. I might take a look at XWork's SpringObjectFactory code to see what is going under the hood, if I have time. On Fri, Apr 18, 2008 at 11:24 PM, Brad A Cupit <[EMAIL PROTECTED]> wrote: > >> I'm wondering if this is related to the CGLIB issue. > > Hrm...he's using the redirectAction which has been immune to the CGLIB > issue (assuming we're talking about the same issue). The 'chain' result > is prone to the CGLIB problem. Having said that, I haven't used Struts > 2.1.x at all. > > The exception being thrown is known to be ok. The parameters will first > try to be set as properties on the Result class, then the ones which are > not reserved as special properties will be set in the url by > ServletActionRedirectResult. > > This is/was a known issue for 2.0.x and 2.1.0 as well. Sometime during > 2.1.1 development, WW-2170 [1] was fixed, which should stop this issue. > > Toni, are you using the latest version of Struts 2.1 from trunk? > > [1] https://issues.apache.org/struts/browse/WW-2170 > > Brad Cupit > Louisiana State University - UIS > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >