Re: Validation questions: components and messages

2006-10-10 Thread Ron Piterman
Yes - you can do much with the delegate :) BTW - consider using CSS for this instead of adding elements , it might be more elegant and easier to maintain... Cheers, Ron Reto Hotz wrote: > Hi, > > On 10/10/06, Ron Piterman <[EMAIL PROTECTED]> wrote: >> Dave Rathnow wrote: >> > Also, is there an e

Re: Validation questions: components and messages

2006-10-10 Thread Reto Hotz
Hi, On 10/10/06, Ron Piterman <[EMAIL PROTECTED]> wrote: Dave Rathnow wrote: > Also, is there an easy way to get the individual error messages from the > validation delegate? In such a case you need to create your own class, extending the standard validation delegate. There are methods which al

Re: Validation questions: components and messages

2006-10-10 Thread Ron Piterman
Dave Rathnow wrote: > I have written a component that contains text fields that need to be validated > when a page is submitted but I can't figure out how component validation > hooks into Tapestry's validation framework. I can access my validation > delegate > in my page component but how can I

Validation questions: components and messages

2006-10-10 Thread Dave Rathnow
I have written a component that contains text fields that need to be validated when a page is submitted but I can't figure out how component validation hooks into Tapestry's validation framework. I can access my validation delegate in my page component but how can I get the validation delegate fr