Aaron,

> It appears that errors added to the ValidationErrors within event
> handlers are not rendered. Is that true? I that related to life
> cycle?

Again, when a validation error occurs,
the target event handler is *not* invoked and the Resolution that is
returned by getContext().getSourcePageResolution() is used instead.

So your event handler is not called unless all other validations
pass. Then, you can do further validations and add errors to
ValidationErrors, and return getContext().getSourcePageResolution()
which should render the errors that you added.

Cheers,
Freddy

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to