Hi all,

I have tables:
Parent
------------------
parent_id
child_id

Child
---------------
child_id

and ORM entity:

Parent
---------------
Long Id
Child child (oneToOne in this case, joinColumn child_id)

Child is another ORM entity. Child could be one of many options from the database.

I would like a form for editing Parent which using a <select> allows the selection of one Child from all of the Child options.

What is the easiest way to integrate this model with BeanEditForm or failing that, BeanEditor?

Thanks, Paul.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to