14 Apr
2014
14 Apr
'14
3:58 p.m.
From: "Lutz Gehlen" <lrg_ml@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