I am in the process of designing a data entry form specification for an Xowiki.FormPage and I have a question about how to implement one to many relationships.
To illustrate, suppose you wanted to have an Xowiki.FormPage for each of three towns:
London
Wein
New York
The main formpage has a name field, a description field, and a hotels field.
You want to allow users to add hotels to this field. You want them to add hotels using a different, hotel specific Xowiki.Formpage, but you want these hotels to be linked to the parent page (i.e. London). When rendered the London formpage should show name, description, and a list of child hotel pages in the hotels field.
Can this be done presently with Xowiki?
Regards
Richard