Hi,

How can I convert the following struts 1.x to struts
2.0.6.

ActionError actionError = new ActionError("");
ActionMessage actionMessage = new
ActionMessage("error.test.error1");

actionErrors.add(ActionErrors.GLOBAL_MESSAGE,
actionMessage);

above is in a action class and error.test.error1 is
the key for the message in the resource bundle.

Any documentation on this.

Thanks


 
____________________________________________________________________________________
Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to