I am learning Struts 1.2 and would like to find out what is the
replacement for ActionError knowing it's deprecated in Struts 1.2


if (firstName == null || firstName.trim().equals("")) 
{
     errors.add("firstName", new
ActionError("error.cust.firstname.empty"));
}


Thank you.


IMPORTANT -

Please consider our environment before printing this email.

This email and any attachments are confidential and may be legally privileged 
in which case neither is intended to be waived or lost by mistaken delivery to 
you. If you have received this message in error, please notify us and remove it 
from your system. If you are not the intended recipient, any unauthorised use 
is expressly prohibited.  It is your responsibility to check any attachments 
for viruses and defects before opening or sending them on. Minter Ellison 
collects personal information to provide and market our services. For more 
information about use, disclosure and access, see our privacy policy at  
http://www.minterellison.com


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

Reply via email to