[Catalyst] CatalystX::CRUD::Controller::RHTMLO: related database tables and nested forms

2010-01-12 Thread Adam Mackler
Greetings: In brief: I'm using CatalystX::CRUD::Controller::RHTMLO; that class has a method called form_to_object that wants me to have a method in my Form called _from_form, where is the object type and that method name is stored in my controller config as the value of "init_object". That so-na

Re: [Catalyst] CatalystX::CRUD::Controller::RHTMLO: related database tables and nested forms

2010-01-12 Thread Peter Karman
Thanks for the detailed report, Adam. I'll try and reply with the detail it deserves. Adam Mackler wrote on 1/12/10 8:05 PM: So, now firing up the app that was magically created for me, I have a pulldown menu with the name of app on it. On this menu I have items for Debtor and Name. I see a

Re: [Catalyst] CatalystX::CRUD::Controller::RHTMLO: related database tables and nested forms

2010-01-13 Thread Adam Mackler
Thanks for your quick reply. Forgive me for re-asking, but since each decision I make results in an investment of much time, a moment now confirming my understanding could save me much backtracking later. Am I correct in paraphrasing you here: when using Rose::DBx::Garden with Catalyst, the only

Re: [Catalyst] CatalystX::CRUD::Controller::RHTMLO: related database tables and nested forms

2010-01-13 Thread John Siracusa
On Wed, Jan 13, 2010 at 10:33 AM, Adam Mackler wrote: > First, his solution won't work with CatalystX::CRUD. He has his > method called "person_from_form" that returns a Rose::DB::Object that > was created from the Rose::HTML::Form, and that DB object contains the > references to the related obje

Re: [Catalyst] CatalystX::CRUD::Controller::RHTMLO: related database tables and nested forms

2010-01-13 Thread Peter Karman
John Siracusa wrote on 01/13/2010 10:30 AM: > On Wed, Jan 13, 2010 at 10:33 AM, Adam Mackler wrote: >> First, his solution won't work with CatalystX::CRUD. He has his >> method called "person_from_form" that returns a Rose::DB::Object that >> was created from the Rose::HTML::Form, and that DB obj

Re: [Catalyst] CatalystX::CRUD::Controller::RHTMLO: related database tables and nested forms

2010-01-13 Thread Peter Karman
Adam Mackler wrote on 01/13/2010 09:33 AM: > Thanks for your quick reply. Forgive me for re-asking, but since each > decision I make results in an investment of much time, a moment now > confirming my understanding could save me much backtracking later. > > Am I correct in paraphrasing you here: