Re: Using T5 Validation Outside a Form

2009-04-28 Thread Thiago H. de Paula Figueiredo
Take a look at Tapestry CRUD-Hibernate Validator, part of the Ars Machina Project: http://www.arsmachina.com.br/project/tapestrycrudhibernatevalidator. Its 1.1 version (the documentation is related to the 1.0 version, but I hadn't had the time to update it yet) provides validation as a mixin to be

Re: Using T5 Validation Outside a Form

2009-04-28 Thread Geoffrey Wiseman
On Tue, Apr 28, 2009 at 11:13 AM, Geoffrey Wiseman < geoffrey.wise...@gmail.com> wrote: > Anyone have an example of using Tapestry validation outside of the form > context? As in, if I were interested in taking a domain object, checking it > for T5-annotated validity, and examining the messages m