I've got a somewhat complicated form I'm working on and I'm running into problems. I can't find detailed documentation on WOForm so here's my question (please point me to any useful documentation other than the WOBuiler Dynamic Components Reference):

I have three entities Routing, RoutingStep and Component they are related as follows:

-> to-one
=> to-many

Routing => RoutingStep => Component
Component -> RoutingStep -> Routing

Ideally, I'd like to be able to edit them all-together in one form, but I'm not sure if it is possible or not. This goes way beyond having multiple submit buttons.

Here's an example of the stucture:

Routing
-RoutingStep 1 of Routing
--Component 1 of RoutingStep 1
--Component 2 of RoutingStep 1
--Component 3 of RoutingStep 1
-RoutingStep 2 of Routing
--Component 1 of RoutingStep 2
--Component 2 of RoutingStep 2
--Component 3 of RoutingStep 2
-RoutingStep Etc, etc, etc.

Each entity, of course, has it's own attributes and other to-one relationships.

Without being able to nest WOForms inside HTML tables, it makes layout difficult, and I can't find documentation on if more than one form is allowed on one page, etc.

How should I handle this?

Thanks,

Dave

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to