2.2.1 On Tue, Dec 21, 2010 at 10:48 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote:
> Which struts2 version are we talking about? > > 2010/12/20 Gena Ganebnyi <gganeb...@nebulent.com>: > > I have the following annotations placed on my controller to assure > > redirect-after-post: > > @Results({ > > @Result(name="create", type="redirect", location="/schedule/"), > > @Result(name="update", type="redirect", location="/schedule/"), > > @Result(name="destroy", type="redirect", location="/schedule/") > > }) > > When redirect is performed ?statusCode=303 is appended to url. Is there > any > > way to avoid this? > > > > Genadii > > > > > > -- > Maurizio Cucchiara > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >