Re: Adding variable numbers of related objects in a form

2006-10-25 Thread Michael Radziej
Malcolm Tredinnick schrieb: > On Tue, 2006-10-24 at 08:19 -0700, exdnc wrote: >> Is there a 'proper' way to get the framework to add more than >> num_in_admin related objects to both the Add/ChangeManipulator and to >> the FormWrapper? Thanks! > > The short answer to your question is "no": the n

Re: Adding variable numbers of related objects in a form

2006-10-24 Thread Malcolm Tredinnick
On Tue, 2006-10-24 at 08:19 -0700, exdnc wrote: > Hi all, > > I'm trying to build a form that lets the user add any number of steps > to an existing activity. I've got an activity model and a related > steps model, with an activity having 0 or more steps. The > functionality I want is to have a

Adding variable numbers of related objects in a form

2006-10-24 Thread exdnc
Hi all, I'm trying to build a form that lets the user add any number of steps to an existing activity. I've got an activity model and a related steps model, with an activity having 0 or more steps. The functionality I want is to have an "Add more steps" button on my add/edit form, and to have t