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.
<t:beaneditform submitlabel="message:submit-label" object="project"
remove="ID">
<t:parameter name="customer">
<t:select id="customer" model="customerList"
encoder="customerList" value="project.customer"/>
</t:parameter>
</t:beaneditform>
"customer" is an instance of the class Organisation, property of project.
"customerList" is an instance of the class GenericSelectModel as shown
here: http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects
The problem seems to be that the BeanEditForm excludes the property
customer from start because it doesn't know how to render it. If I try
to override the presentation of another property, this other property
will be overwritten with the correct content.
How can I solve this? Is there any way to tell the BeanEditForm not to
remove the customer-Property?
Regard,
Tobias Wehrum
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]