On Thu, Dec 06, 2007 at 11:13:24AM -0500, Gerda Shank wrote: > I see that Form::Processor works from CDBI. Is there some way to get it > to work with DBIC?
Someone familiar with DBIC would need to implement the methods that are implemented in Form::Processor::Model::CDBI. http://search.cpan.org/~hank/Form-Processor-0.15/lib/Form/Processor/Model.pm http://search.cpan.org/~hank/Form-Processor-Model-CDBI-0.06/lib/Form/Processor/Model/CDBI.pm Which is fetching an item, looking at meta data to determine relationships (namely for one-to-many select lists and many-to-many multiple selects). And how to write the form fields to the database. -- Bill Moseley [EMAIL PROTECTED] _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ Dev site: http://dev.catalyst.perl.org/
