Juan E. Maya schrieb:
Hi all!

Is it possible to mark the required fields inside a beaneditor form as
valid? I know i could override the field declaration and put the
marker there but i would like to create something more generic.

I was thinking that a Mixin may get the beaneditor's form to get all
the components in the form, iterate over the validators and add the js
or mark to the ones with a required validator but i am not sure how to
accomplish this. Is it possible at all? Has anybody done such thing?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


You are aware of @Validate?
http://tapestry.apache.org/tapestry5/guide/validation.html


--
Best Regards / Viele Grüße

Sebastian Hennebrueder
-----
Software Developer and Trainer for Hibernate / Java Persistence
http://www.laliluna.de



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to