[dancer-users] Form validation framework
Octavian Rasnita
orasnita at gmail.com
Mon Apr 14 16:58:16 BST 2014
From: "Lutz Gehlen" <lrg_ml at gmx.net>
> Hello all,
> is there a generally recommended form validation framework for Dancer?
> There are several plugins on CPAN, but they all seem to be rather basic
> (at
> least on first glance). A key feature for me is that error messages can be
> easily displayed together with the respective input fields and not only as
> a
> group of error messages. Which plugin do you use or do you use your own
> form validation code?
>
> Thanks for your help,
> Lutz
HTML::FormFu
It is powerful and it allows displaying the error messages together with
form fields.
I haven't used it together with Dancer though, so I don't know if it is
recommended to be used with it.
Octavian
More information about the dancer-users
mailing list