Re: Entities referencing domain style Entities

2008-12-12 Thread lutherbaker
Thanks Uli! Ulrich Stärk wrote: > > Luther Baker schrieb: >> I have an entity that contains another entity - but this time, the >> contained >> entity table is quite finite - say, 10 rows. >> >> public class Category >> { >> private String name; >> } >> >> public class User >> { >>priv

Re: Rendering Nested Entities

2008-12-12 Thread lutherbaker
I'm wondering if these are 'bad' questions ... I've reposted similar ones. Please ignore the dups. Thanks. Luther Baker wrote: > > Is there a relatively clean way to use a BeanEditForm and get a nested > Entities properties to show up as inputs. > > public class Address > { > private Stri

Re: Entities referencing domain style Entities

2008-12-12 Thread lutherbaker
Is this just a bad question? Luther Baker wrote: > > I have an entity that contains another entity - but this time, the > contained > entity table is quite finite - say, 10 rows. > > public class Category > { > private String name; > } > > public class User > { >private String firstNam