hi,
How can I do exception handling in struts apart from using errors object ???
ie. i dont want to use
ActionErrors errs = new ActionErrors();
errs.add("policyNo", new ActionError("error.policyNo"));
how can I do exception handling ???
Help reqd. urgently.
Thanking in anticipation.
Regards,
Radhika
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

