I don't exactly get what you mean. You can validate for example textfield by passing a validator to
the validate parameter of some of the components. For example <t:textfield value="someProperty"
validate="required /> would make sure that someProperty actually has a value. See
http://tapestry.apache.org/tapestry5.1/guide/validation.html
Uli
mraible schrieb:
Is it possible to do validation declaratively, or rather - only at the web
tier? AFAIK, I can only do validation with 1) annotations on the model
object or 2) manually with if (blank) logic in my Page.
Thanks,
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org