You have validate="true" in your action?  Or in your
Action if you are definitely getting back an
ActionErrors object with messages then you could use
the saveErrors method in the Action class to save it. 
Also, do you have errors.header and errors.footer
defined?  There is also an html:messages that tag
iterates through error messages if you are using a
recent nightly build.

David

--- Todd Fulton <[EMAIL PROTECTED]> wrote:
> 
> I just can't seem to get the <html:errors> tag to
> display the errors passed
> through via my ActionForm object's validate()
> method.  I have confirmed that
> the validate() method is working correctly -- as I'm
> getting a forward to
> the input page as configured.  Simply nothing
> appears with:
> 
> <body bgcolor="#FFFFFF" text="#000000">
> <html:errors/>
> 
> Read all the docs, but just can't figure this one
> out.  What am I missing in
> the struts-config, web.xml or what? Anyone?
> 
> 
> ToFu
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

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

Reply via email to