On Thu, Apr 19, 2007 at 01:58:08AM +1000, Kieren Diment wrote: > On 19/04/07, Dister Kemp <[EMAIL PROTECTED]> wrote: > > > > > >claims that it does automatic generation of HTML forms and other > >Database scripts. (to an extent). They call it scaffolding. > > > >Is this possible with Catalyst? If so to what extent and how? > > [...], Catalyst::Controller::FormBuilder is highly rated by many > at the moment.
I see that FormBuilder (and C:C:FB) primarily ease the creation, (request) maintanence and validation of forms. Unless I've missed something C:C:FB won't do automatic form generation. By that I mean you are not able to provide a database table and have a form automatically generated from it or expect a submission from the user to be automagically sent to the database. You have to make that glue yourself. -- Nate Nuss _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
