On Sat, Jan 24, 2009 at 8:56 AM, Cosimo Streppone <[email protected]>wrote:
> Hi, > > any suggestions about the best practices, most used modules, > cgi-app plugins for generic form validation? > > So far, I looked at: > > - Form::Processor > - Data::FormValidator > - FormValidator::Simple (and C::A::FV::S) I had used Data::FormValidator with CGI::Prototype and was thoroughly happy with it. Since I'm now doing a project with cgiapp, I ripped down C::A::P::DataFormValidator and and am pleased to death with it. It does so much heavy lifting... it validates the form and then if there are errors, it returns you to a certain page and you can get the errors _AND_ it fills in the form using HTML::FillInForm. One plugin, saved me tons of work! Thank you Mark Stosberg and the cgiapp community!!! -- Terrence Brannon (818) 359-0893 [cell] ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
