Re: Multiple multiple forms

2008-04-04 Thread bobhaugen
submission. Valid DeliveryForms are saved. DeliveryItemForms are just placeholders for OrderItems, both for the template representation and to carry the OrderItem id to the children; they are not saved. Some details included in the code are undoubtedly extraneous to the multiple multiple forms idea, but I

Re: Multiple multiple forms

2008-04-03 Thread bobhaugen
Cancel request for help. I did it a better way - or at least simpler. Created the parent and child forms separately and attached the child forms to the parent outside the form itself. If anybody is interested, I'll post the code that worked. --~--~-~--~~~---~--~~

Re: Multiple multiple forms

2008-04-03 Thread bobhaugen
Apparently nobody has any suggestions about the original code. (If my presentation was too difficult to parse, wd I be better off putting it in dpaste? Or maybe it's too clueless in some way? Or too complicated?) I hesitate to respond to my own message, but I'm still stumped, and have more info.

Multiple multiple forms

2008-04-02 Thread bobhaugen
...or, multiple forms where each of the multiple parent forms has multiple child forms. What's happening here is that a group of farmers pool their goods and deliver them through a central point to a bunch of customers. Each customer order delivery item could be supplied by more than one farmer.