Hi all...I'm trying to use a <html:errrors/> tag to display errors in my jsp page. I 
have defined an action error variable and saved the error in my Action class as appear 
in the following:

if (!errors.empty()) {
    saveErrors(req, errors);
    String error=mapping.findForward 
   ("deleteError").getPath();
    
   return new ActionForward(error);
} 

However, do I need to request for the errors in my jsp in order to display it? Or is 
it that struts is so flexible that it will automatically detect and display the errors 
by itself on the page?

Any help would be appreciated.

regards :)


See Dave Matthews Band live or win a signed guitar
http://r.lycos.com/r/bmgfly_mail_dmb/http://win.ipromotions.com/lycos_020201/splash.asp
 

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

Reply via email to