Do you mean javascript validation? The beanform seems to support using things like scriptalicious to implement client-side validation (of the declarative constraints specified at the page level). I didn't see any evidence that the "leaf" core components support this.
I did find some info at: http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/BeanEditForm.html You might get some insight by digging around that the BeanEditForm implementation (sorry... I know that's not much of an answer :teeth: ) mraible wrote: > > 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 > -- View this message in context: http://www.nabble.com/Tapestry-5-Validation-tp23358011p23360560.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org