Re: redirectAction not working

2010-01-31 Thread Paweł Wielgus
il.com] > Sent: Saturday, January 30, 2010 6:03 AM > To: Struts Users Mailing List > Subject: Re: redirectAction not working > > Hi Rob, > you might try ConfigBrowserPlugin, > see why here: > http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html >

RE: redirectAction not working

2010-01-30 Thread Robby Atchison
Subject: Re: redirectAction not working Hi Rob, you might try ConfigBrowserPlugin, see why here: http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html Best greetings, Paweł Wielgus. 2010/1/30 Robby Atchison : > Hello, > > > > I have the following configuration

Re: redirectAction not working

2010-01-30 Thread Paweł Wielgus
Hi Rob, you might try ConfigBrowserPlugin, see why here: http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html Best greetings, Paweł Wielgus. 2010/1/30 Robby Atchison : > Hello, > > > > I have the following configuration in a Struts.xml file.  The > paramsPrepareParamsStack

redirectAction not working

2010-01-29 Thread Robby Atchison
Hello, I have the following configuration in a Struts.xml file. The paramsPrepareParamsStack is the default interceptor stack. AccountAction does not implement any interfaces. Both BankcardAction and ECheckAction implement Preparable and ModelDriven.