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
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
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