This has probably been answered but I could not see any replies.
Embed the <html:errors /> tag in your .jsp page.
Rob
At 11:24 AM 4/15/2002, you wrote:
>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]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>