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