On Tue, Jul 7, 2009 at 10:51 AM, Martin Makundi < [email protected]> wrote:
> > Typically to prefill a form you have the backing model object have > > sensible defaults. i.e., a form that edits a person is given a > > person, and the person object has it's gender set to "male" as a > > default - that is reflected in your form when it is rendered. > > The problem is that it is not a NEW object. It is an old object with > "proposed new values" which the user must SUBMIT in order to be stored > into the object etc. So, create a new object and merge it upon success?
