Re: BeanDisplay strange behaviour

2009-07-09 Thread Thiago H. de Paula Figueiredo
I'm sorry for posting a dumb question . . . :-( BeanDisplay works as intended. I added the property label in the override block (), but BeanDisplay overrides just override the property display, not its label, so I got it twice. (facepalm) -- Thiago --

BeanDisplay strange behaviour

2009-07-09 Thread Thiago H. de Paula Figueiredo
Hi! I'm using BeanDisplay to view objects that have a List property, "emails". At first, BeanDisplay doesn't show this property, as expected. Then I add t:add="emails" and a . BeanDisplay shows two rows for emails: one with a label and a blank value (the emails property is not null nor empty) and