Re: Using form manipulator for data in multiple models

2006-08-03 Thread Nebojša Đorđević
On 2 Aug 2006, at 21:17, Mikeal Rogers wrote: In nearly every POST i get the data needs to be broken up and either modify or create more than one model. I was hoping to still be able to use the model manipulators for this but all the documentation seems to be very single form/post == single mod

Re: Using form manipulator for data in multiple models

2006-08-02 Thread Chris Long
Not sure if this is of any help Create a manipulator with the form fields, doesn't matter if they are for two different models just make sure to remember the name. If you want to prepopulate the fields, you might have to fill in the data dictionary before creating the formwrapper and passing

Using form manipulator for data in multiple models

2006-08-02 Thread Mikeal Rogers
Hiya, In nearly every POST i get the data needs to be broken up and either modify or create more than one model. I was hoping to still be able to use the model manipulators for this but all the documentation seems to be very single form/post == single model manipulation. I'm wondering if