Re: Customize Label presentation at BeanEditForm based on it's validations

2010-04-26 Thread Patrick Moriarty
t: 12 January 2010 15:33 > To: Tapestry users > Subject: Re: Customize Label presentation at BeanEditForm based on it's > validations > > > On Tue, 12 Jan 2010 13:25:32 -0200, Jim O'Callaghan > wrote: > > > Thiago, > > Hi! > > > I was als

RE: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Jim O'Callaghan
. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 12 January 2010 15:33 To: Tapestry users Subject: Re: Customize Label presentation at BeanEditForm based on it's validations On Tue, 12 Jan 2010 13:25:32 -0200, Jim O'Callaghan

Re: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Thiago H. de Paula Figueiredo
On Tue, 12 Jan 2010 13:25:32 -0200, Jim O'Callaghan wrote: Thiago, Hi! I was also looking for something to give me a mandatory symbol to decorate my form fields and stumbled across your post. I'm not following you. Mandatory symbol? When I try your example, and other variations on it

RE: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Jim O'Callaghan
TAP5-328 though would tend to agree with the rejection reasons for the patch. I'm using 5.1.0.5. Thanks. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 12 January 2010 00:02 To: Tapestry users Subject: Re: Customize Label pr

Res: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Everton Agner
esentation at BeanEditForm based on it's validations Em Mon, 11 Jan 2010 21:48:05 -0200, Howard Lewis Ship escreveu: > This is the function of the ValidationDecorator, look up its JavaDoc. > > You can override the ValidationDecorator (its' awkward but possible in >

Re: Customize Label presentation at BeanEditForm based on it's validations

2010-01-11 Thread Thiago H. de Paula Figueiredo
Em Mon, 11 Jan 2010 21:48:05 -0200, Howard Lewis Ship escreveu: This is the function of the ValidationDecorator, look up its JavaDoc. You can override the ValidationDecorator (its' awkward but possible in 5.1, will be made easier in 5.2). Look in TapestryModule, in methods contributeMarkupR

Re: Customize Label presentation at BeanEditForm based on it's validations

2010-01-11 Thread Howard Lewis Ship
This is the function of the ValidationDecorator, look up its JavaDoc. You can override the ValidationDecorator (its' awkward but possible in 5.1, will be made easier in 5.2). Look in TapestryModule, in methods contributeMarkupRenderer and contributePartialMarkupRenderer. On Mon, Jan 11, 2010 at

Customize Label presentation at BeanEditForm based on it's validations

2010-01-11 Thread Everton Agner
Hi, Here is my problem: My project specification says that every Required Field must have a "*" character before it's label text - Like: *Name: [field] So, I need to do that in all my BeanEditForms, but I don't want to customize each Label at every page's TML. So, how I can do that a