On 11/9/06, Wesley Wannemacher <[EMAIL PROTECTED]> wrote:
Once again I am humbled by your mystical kung-fu. I looked at my
-validation.xml file, and sure enough, I had mystyped one of the form
field names.

Just a simple matter of "been there, did that" :)

Being new to Struts, now I'm sort of wondering what good is
<s:actionerrors />? Will this only contain errors I set during the
execution of my action?

Yes, or in a non-field validator.

* http://cwiki.apache.org/WW/using-non-field-validators.html

<s:actionerror /> is where we can display messages for errors that
apply to more than one field, or no field at all, like the database is
down, or " I'm sorry Wesley, I'm afraid I can't do that".

-- HTH, Ted.
* http://www.husted.com/struts/

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

Reply via email to