Hi Hector,
I am not a writer of this entry but I believe it means method will be invoked when validation not passes (fails).

So, lets say you have a form that contains some validation errors, normally,
user will be presented with your form and validation errors.
However, if you implement ValidationerrorHandler intrerface, before presenting user with the form,
method handleValidationErrors() will be invoked,
and there you can decide what to do with errors (e.g. remove them, add more errors etc)

hth,
-m


On 12/22/2008 11:32 AM, Héctor López wrote:

Hi all.

Just noticed (after scratching my head for a couple hours) that I had misunderstood the statement “is invoked when validation fails” in the Validation Reference wiki. Can I have a wiki user to try to clarify it?

User: hlopf

Mail: hector.lo...@unileon.es <mailto:hector.lo...@unileon.es>

Thanks.

------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to