[cgiapp] Form validation "best practices"
Terrence Brannon
tbrannon at insuranceagents.com
Mon Jan 26 09:51:44 EST 2009
On Sat, Jan 24, 2009 at 8:56 AM, Cosimo Streppone <cosimo at streppone.it>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]
More information about the cgiapp
mailing list