Re: Problem with not-showing-property in BeanEditorForm

2007-11-23 Thread Kevin Menard
If you customize the bean model, you can add additional properties. The properties you add need not be simple ones either . . . You can go for arbitrary complexity. Just watch out for null references in that case. On 11/22/07 11:21 AM, in article [EMAIL PROTECTED], "Tobias Wehrum" <[EMAIL PROTE

Problem with not-showing-property in BeanEditorForm

2007-11-22 Thread Tobias Wehrum
Hi, I have a BeanEditForm with a property whose presentation I want to override, because being a class I wrote myself it cannot be rendered by default. remove="ID"> encoder="customerList" value="project.customer"/> "customer" is an instance of the class Or