-- Nate Wiger <[EMAIL PROTECTED]> wrote: > John Napiorkowski wrote: > > Hi, > > > > According to the documentation for Formbuilder, > you > > can use $c->form->field to retrieve a listing of > all > > the field names and values. My question is this; > is > > this hash filtered against your *.fb configuration > > file or will it be populated from anything that > shows > > up in the query parameters? > > Just like FB outside of Catalyst, only those fields > that you explicitly > define in .fb show up in $c->form->field(). > > If you want other CGI params, you must use > cgi_param() explicitly (see > also the "keepextras" setting). > > It is safe to generate tables/etc from what you > define in fields(); that > is the intent. You may want to check out > formbuilder.org for some > examples (these are outside of Catalyst, but just > translate $form to > $c->form and it's the same). > > -Nate (FB author)
Thanks :), and thanks for the plugin, it's really helped me. --john __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ 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/
