> From: Sébastien LABEY [mailto:[EMAIL PROTECTED]
> But with Struts 2, I cannot find how to build these
> ActionErrors / ActionError... 

ActionSupport exposes getFieldErrors for access to the field-specific map of 
errors (key: field name, value: *List* of String error msgs for that field).

Dave


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

Reply via email to