Hello,

I am having trouble wrapping my mind around with how I should design an ActionForm 
giving the following situation.

My form looks like this:

Child 1  [Select of all possible parents]
Child 2  [Select of all possible parents]
Child 3  [Select of all possible parents]
...

Each child can have exactly one parent.
Each child has a distinct id number.
Each parent has a distinct id number.
The number of children will vary as will the number of parents.

When the form is posted I need to be able to retrieve the child id and the 
associatated parent id.

Thanks for any advice...


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

Reply via email to