Re: T5 Grid Component for composite entities

2007-06-07 Thread Bill Holloway
On workaround would be to write synthetic accessor methods in the User class for the Address properties you would like to see; e.g., pubic String getStreetAddress () { return this.address.getStreetAddress(); } On 6/7/07, Daniel Jue <[EMAIL PROTECTED]> wrote: Hi, I'm not sure if this kind of f

T5 Grid Component for composite entities

2007-06-07 Thread Daniel Jue
Hi, I'm not sure if this kind of functionality is available with the current grid component, but this is a simple example of what I want to do: Lets say I have a User class and an Address class. Lets say a User has an Address object in it. Now I have a list of Users that I want to pump into a G