Re: Access validation constraints within custom component

2010-06-22 Thread Christophe Cordenier
depending on some user setting - the type makes the selection of data to > > display transparent to the user / developer, but can vary greatly in > length > > across different consumers. > > > > -----Original Message- > > From: Christophe Cordenier [mailto:christo

RE: Access validation constraints within custom component

2010-06-22 Thread Jim O'Callaghan
: Christophe Cordenier [mailto:christophe.corden...@gmail.com] Sent: 22 June 2010 09:23 To: Tapestry users Subject: Re: Access validation constraints within custom component Just for information if you are using a custom component then i guess parameters, ComponentResources gives also access to

Re: Access validation constraints within custom component

2010-06-22 Thread Christophe Cordenier
length > across different consumers. > > -Original Message- > From: Christophe Cordenier [mailto:christophe.corden...@gmail.com] > Sent: 22 June 2010 08:55 > To: Tapestry users > Subject: Re: Access validation constraints within custom component > > Hi > > @D

RE: Access validation constraints within custom component

2010-06-22 Thread Jim O'Callaghan
2010 07:29 > To: Tapestry users > Subject: Re: Access validation constraints within custom component > > Hi > > 2010/6/21 Jim O'Callaghan > > > Is there a way to access validation constraints within custom components? > > Ex. min length / max length specified u

Re: Access validation constraints within custom component

2010-06-22 Thread Christophe Cordenier
t; To: Tapestry users > Subject: Re: Access validation constraints within custom component > > Hi > > 2010/6/21 Jim O'Callaghan > > > Is there a way to access validation constraints within custom components? > > Ex. min length / max length specified using the @Valid

RE: Access validation constraints within custom component

2010-06-22 Thread Jim O'Callaghan
most useful. -Original Message- From: Christophe Cordenier [mailto:christophe.corden...@gmail.com] Sent: 22 June 2010 07:29 To: Tapestry users Subject: Re: Access validation constraints within custom component Hi 2010/6/21 Jim O'Callaghan > Is there a way to access validation const

Re: Access validation constraints within custom component

2010-06-22 Thread Christophe Cordenier
Hi 2010/6/21 Jim O'Callaghan > Is there a way to access validation constraints within custom components? > Ex. min length / max length specified using the @Validate annotation on > fields? I'm trying to render different output depending on some > constraints. Thanks. > Can you give more detai

Access validation constraints within custom component

2010-06-21 Thread Jim O'Callaghan
Is there a way to access validation constraints within custom components? Ex. min length / max length specified using the @Validate annotation on fields? I'm trying to render different output depending on some constraints. Thanks. Regards, Jim.