You can do your validations in the onSuccess method in your page class like what is described here http://tapestry.apache.org/tapestry5/tapestry-core/guide/validation.html

All you do is access the edited object instance and use the BeanEditForm object to register the errors.

Hope this helps...

Kevin Menard wrote:
Hi,

Is there anyway to configure validation for a BeanEditForm other than with
the Validate annotation?  I'd like to have validation, but really can't
apply the annotations because I'm working with classes coming out of a
library.

I was hoping to be able to do this via the BeanModel, but I can't find a
way.  Any help would be much appreciated.

Thanks,
Kevin



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



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

Reply via email to