Re: t5: BeanEditForm and column label

2008-02-29 Thread Howard Lewis Ship
Ugh. That shouldn't work. That's going to screw up an validation error messages. The hard way is to override the editor for the property and just omit the Label component entirely. Seems like an @OmitLabel annotation would be useful as well, that clue Tapestry in that it should not render a Lab

Re: t5: BeanEditForm and column label

2008-02-29 Thread Angelo Chen
this works, thanks Thiago HP wrote: > > A simple workaround is to add a line like this in you app.properties: > edit-label= > > -- > Thiago > > -- View this message in context: http://www.nabble.com/t5%3A-BeanEditForm-and-column-label-tp15754436p15758922.html Sent from the Tapestry - User

Re: t5: BeanEditForm and column label

2008-02-29 Thread Thiago HP
A simple workaround is to add a line like this in you app.properties: edit-label= -- Thiago - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

t5: BeanEditForm and column label

2008-02-29 Thread Angelo Chen
Hi, Is there a way to set column label to null? if I do this, it will cause an exception: model.get("edit").label(""); -- View this message in context: http://www.nabble.com/t5%3A-BeanEditForm-and-column-label-tp15754436p15754436.html Sent from the Tapestry - User mailing list archive at Nab