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
.
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
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
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
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
>
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
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
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