Re: [html-formfu] DBIx::Class::HTML::FormFu

2007-09-19 Thread Mario Minati
On Wednesday 19 September 2007 12:10:20 Carl Franks wrote: > On 19/09/2007, Cosmin Budrica <[EMAIL PROTECTED]> wrote: > > $relationship->populate_from_formfu( > > $form, > > ); > > > > Works great, but what if I have another column in database that is not > > present on the form? Like an au

Re: [html-formfu] DBIx::Class::HTML::FormFu

2007-09-19 Thread Mario Minati
On Wednesday 19 September 2007 12:10:20 Carl Franks wrote: > On 19/09/2007, Cosmin Budrica <[EMAIL PROTECTED]> wrote: > > $relationship->populate_from_formfu( > > $form, > > ); > > > > Works great, but what if I have another column in database that is not > > present on the form? Like an au

Re: [html-formfu] DBIx::Class::HTML::FormFu

2007-09-19 Thread Mario Minati
On Wednesday 19 September 2007 11:36:29 Cosmin Budrica wrote: > $relationship->populate_from_formfu( > $form, > ); > > Works great, but what if I have another column in database that is not > present on the form? Like an auto generated password. > How do I add a value to it? > Could always

Re: [html-formfu] DBIx::Class::HTML::FormFu

2007-09-19 Thread Carl Franks
On 19/09/2007, Cosmin Budrica <[EMAIL PROTECTED]> wrote: > $relationship->populate_from_formfu( > $form, > ); > > Works great, but what if I have another column in database that is not > present on the form? Like an auto generated password. > How do I add a value to it? > Could always do af

[html-formfu] DBIx::Class::HTML::FormFu

2007-09-19 Thread Cosmin Budrica
$relationship->populate_from_formfu( $form, ); Works great, but what if I have another column in database that is not present on the form? Like an auto generated password. How do I add a value to it? Could always do after populating $relationship with an update, but that messes the "not nu