You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Lister, Tom (ANTS)" <to...@ants.co.uk> on 2002/08/06 18:27:38 UTC

ActionErrors

Hi
If I create ActionErrors in an action which then forwards to view action,
how can i get ant errors from the first action to be displayed.
I've tried adding the following in the first
            errors.add("error", new
ActionError("error.static.authorise.user", user, tran.getInputID()));
            saveErrors(request, errors);

but all i get in my page for the errors tag is
null null

:-)
Tom Lister
* 020 7612 3030
* tom.lister@ants.co.uk



***************************************************************************
This communication (including any attachments) contains confidential information.  If you are not the intended recipient and you have received this communication in error, you should destroy it without copying, disclosing or otherwise using its contents.  Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed after they are sent.  Abbey National Treasury Services plc does not accept liability for any loss you may suffer as a result of interception or any liability for such changes.  If you wish to confirm the origin or content of this communication, please contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>