Take a look at the source code for the ErrorsTag:
org.apache.struts.taglib.html.ErrorsTag.java

This would be your best bet for doing what you require.


James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://struts-atlanta.open-tools.org

> -----Original Message-----
> From: Pete Serafin [mailto:[EMAIL PROTECTED]]
> Sent: None
> To: [EMAIL PROTECTED]
> Subject: Accessing ActionErrors in jsp????
> 
> 
> I am writing a custom tag to format my form errors.  The problem I am 
> having is I dont understand how to retrieve the ActionErrors that are 
> created in my Action class and added to the request object that 
> forwards to my jsp pages.  Can someone explain how to get access to 
> this object in the jsp so I can pass it to my custom tag?   Thanks,
> 
> 
> Pete Serafin
> 
> 
> --
> 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]>

Reply via email to