> > On Apr 8, 2005, at 3:47 PM, RA Jones wrote: > >> Having got C:A working with Template.pm and CGI::FormBuilder, my next >> task is to get C:A:ValidateRM working. Integrating a working example >> (http://mark.stosberg.com/Tech/perl/form-validation/) into my >> application, I find it works OK if I use HTML::Template in >> form_display(), but not if I use Template. Submitting a form which >> should fail validation still loads the 'success' page: >> > > Just curious, but do you need ValidateRM if you are running > FormBuilder? It does its own server-side and client side validation > and fills in the form if for some reason validation fails, if I'm not > mistaken? > > Sean
I'm a huge fan of C:A:P:ValidateRM but I stumbled across CGI::Formbuiler last week, and my curiosity has been piqued. (I guess in the past the name had confused me, because it sounds like it was only for creating forms and I use HTML::Template). I'd love to hear people's experiences using Formbuilder with C:A. Is using it instead of ValidateRM just a personal preference thing - kind of like using the Template Toolkit insted of H:T? Are the validation rules as flexible (I tend to encode Database-based checks in anonymous subs with ValidateRM)? Dan --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
