Ooops, one detail was forgotten: in order to your occupation field to
appear, you need to add it to the BeanModel used by the BeanEditForm. If
you do not provide one, one is created automatically, and this one does
not include fields that are other entity objects. The easily way to do
that is using the add parameter of BeanEditForm and then providing its
template through t:parameter:

<t:beaneditform t:id="user" add="occupation">
        <t:parameter name="occupation">
                ...
        </t:parameter>
</beaneditform>

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to