Re: Display Objects of BeanClass in Grid

2010-09-09 Thread cobse
Thanks! It works :) But how do i implement the same thing for Enums. I have a Enum Class and i want to display the enums in a grid form. 5.2 works fine in displaying enums but 5.1.0.5 is not displaying enums name. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Display-

Re: Display Objects of BeanClass in Grid

2010-09-08 Thread Howard Lewis Ship
Behind the scenes for Grid, BeanEditor and BeanDisplay is the BeanModel class, a description of the properties of the object to be displayed. Most of the time, Tapestry creates this BeanModel for you, using the BeanModelSource service. The best way to accomplish what you want is to get the BeanMo

Re: Display Objects of BeanClass in Grid

2010-09-05 Thread ningdh
In my understanding, String, int,boolean.. Enum etc. are visible. For you own "Address", should try "add" instead of "include" and provide relevant block yourself. - Original Message - From: "cobse" To: Sent: Monday, September 06, 2010 4:17 AM Subject: Display Objects of BeanClass in