Milos, I don't seem to have a problem w/ this functionality: <t:beaneditform t:id="fooForm" object="foo" exclude="id, dateCreated" add="users" submitLabel="Save"> <p:users> [ display the user related information here ], e.g. <t:checklist t:id="usersChecklist" model="userSelectModel" selected="selectedUsers" encoder="userValueEncoder"/> </p:users> </t:beaneditform>
My "foo" entity already has a "getUsers" method. Cheers, Alex K On Tue, Jul 17, 2012 at 11:44 AM, loshmeey <thelo...@gmail.com> wrote: > Hello, i have problems with beaneditform and i dont know where else to turn > so, here i am. > > So as i said, i have a bean edit form that is using an entity class a > source. In that entity class i have some fields marked up with @OneToMany > notations. I want to override those fields in the form using <t:parameter>. > And i did so, but the form is not showing those fields, and some other > fields that i have overridden with <t:parameter> are working fine. Has > anyone got any ideas? I can provide code if it may help. > > Best Regards, > Milos D. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Beaneditform-Troubles-tp5714511.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >