There's some info in the wiki, like there is for all the standard results ( http://cwiki.apache.org/WW/httpheader-result.html) (*Chris*)
On Wed, Nov 4, 2009 at 1:49 PM, Graham Leggett <minf...@sharp.fm> wrote: > Dale Newfield wrote: > > >> I am currently trying to find out whether a struts2 action can return a > >> specific response code (eg 404, or 500). > > > > Check out the httpheader result type. > > Does any documentation exist anywhere for this? > > After a whole lot of googling for httpheader, I eventually came across > an example: > > @Result(name="success", type="httpheader", params={"status", "500", > "errorMessage", "Internal Error"}) > > > http://www.techq.com/source/code/Struts/2.1.6/docs/docs/convention-plugin.html#ConventionPlugin-Resultannotation > > I am looking for a reference of some kind for it, does such a thing exist? > > Regards, > Graham > -- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >