RE: BeanDisplay not showing some props

2009-08-23 Thread Martin Torre Castro
} does work out of the beandisplay. The showing Calendar issue must be about the bean display not supporting the Calendar class, but with the getTime I understand it shouw work in this way ${calendarName.time} showing this as a Date. What I'm doing wrong? > Date: Sat, 22 Aug 2009 20:34:29 -0

Re: BeanDisplay not showing some props

2009-08-22 Thread Pete Poulos
t;     return empAlta; > } > > public Calendar getDate() { >      return date; > } > > @Column(name="descripcion") > public String getDesc() { >     return desc; > } >                                      /* ALL THE SETTERS DOWN HERE */ > } >> Date: S

RE: BeanDisplay not showing some props

2009-08-22 Thread Martin Torre Castro
; } /* ALL THE SETTERS DOWN HERE */ } > Date: Sat, 22 Aug 2009 18:37:56 +0200 > From: use...@laliluna.de > To: users@tapestry.apache.org > Subject: Re: BeanDisplay not showing some props > > Hello Martin, > I think you need to provide the be

Re: BeanDisplay not showing some props

2009-08-22 Thread Sebastian Hennebrueder
Hello Martin, I think you need to provide the bean as well. -- Best Regards / Viele Grüße Sebastian Hennebrueder - Software Developer and Trainer for Hibernate / Java Persistence http://www.laliluna.de Martin Torre Castro schrieb: Hi everyone: I have a problem with beandisplay. I tried a

BeanDisplay not showing some props

2009-08-22 Thread Martin Torre Castro
Hi everyone: I have a problem with beandisplay. I tried at first the most easy version, and appeared the information of only some fields. My problem is that the Long Objects from the methods I use don't appear on the screen neither their labels. I have some date on Calendar Object and it doesn