[cgiapp] Form validation "best practices"

Stewart Heckenberg stewart.heckenberg at gmail.com
Sat Jan 24 10:20:37 EST 2009


If you like Rose::HTML::Objects etc, try out
Rose::DBx::Object::Renderer -- validation and sensible defaults for
commonly used field names, e.g. it knows a field called "email" should
be validated as an email address and it knows that a field called
"address" can be rendered as a  Google map.

Check it out :)

2009/1/25 Peter Karman <peter at peknet.com>:
> Cosimo Streppone wrote on 1/24/09 7:56 AM:
>> 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)
>>
>
> Rose::HTML::Objects (particularly Rose::HTML::Form).
>
> If you want closer tie-in with an ORM like RDBO or DBIC, you might look at
> Rose::HTMLx::Form::Related.
>
>
> --
> Peter Karman  .  http://peknet.com/  .  peter at peknet.com
>
> #####  CGI::Application community mailing list  ################
> ##                                                            ##
> ##  To unsubscribe, or change your message delivery options,  ##
> ##  visit:  http://lists.openlib.org/mailman/listinfo/cgiapp    ##
> ##                                                            ##
> ##  Web archive:   http://lists.openlib.org/pipermail/cgiapp/   ##
> ##  Wiki:          http://cgiapp.erlbaum.net/                 ##
> ##                                                            ##
> ################################################################
>
>


More information about the cgiapp mailing list