TuomoS wrote:
"ValidationAware classes can accept Action (class level) or field level error
messages. Action level messages are kept in a Collection. Field level error
messages are kept in a Map from String field name to a List of field error
msgs."

I have two actions

Action A which renders the page and submits to Action B

Action B does validation and on failure chains back to Action A

Which one(s) should implement ValidationAware ?

Action B needs to do validation, therefore Action B needs to implement ValidationAware.

L.


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

Reply via email to