Re: Struts 2: Action chaining behaving differently when validations fire

2008-05-06 Thread Paweł Badeński
I just came up with another idea. You could also try to move validation up the stack, so it's happening before chain.. It might be tricky tough (as Struts spec states: "Sometimes the order of the Interceptors makes a difference."). best regards Pawel --

Re: Struts 2: Action chaining behaving differently when validations fire

2008-05-06 Thread Paweł Badeński
2008/5/5 egetchell <[EMAIL PROTECTED]>: > > I just re-read my post and noticed that the Struts configuration for the > testB action somehow got mangled. The correct configuration for TestB is > > > > > testA > display > > I'd suspect that validation errors are being chained to

Re: Struts 2: Action chaining behaving differently when validations fire

2008-05-05 Thread egetchell
I just re-read my post and noticed that the Struts configuration for the testB action somehow got mangled. The correct configuration for TestB is testA display -- View this message in context: http://www.nabble.com/Struts-2%3A-Action-chaining-behaving-differently-when-validatio