[cgiapp] Form validation "best practices"
Octavian Rasnita
orasnita at gmail.com
Sat Jan 24 09:18:55 EST 2009
From: "Cosimo Streppone" <cosimo at streppone.it>
> 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'm starting up a new spare-time project from scratch and
> I'd be interested in hearing your form validation
> experiences.
>
> Thanks,
I use HTML::FormFu. The module is only in beta version, but it has a very
good quality internal structure and it is very powerful.
It is also very easy to use with DBIx::Class ORM.
Octavian
More information about the cgiapp
mailing list