On 9/9/05, John Krystynak <[EMAIL PROTECTED]> wrote:
> In my Maypole app, I want my form inputs to not allow html.
> 
> I'm trying to do something like:
> 
>  BeerDB::Beer->untaint_columns(
>         html => [qw/abv name price notes/],
>         integer => [qw/style brewery score/],
>         date => [ qw/date/],
>     );
> 
> but I can't get the html handler to be recognized.  The form prints:
> "Can't find extraction handler for html"
> 
> What's the right way to use the Untaint plugin for additional fields
> like html, phone, IPaddr, etc?

That looks like it should work. Have you installed CGI::Untaint::html? 

d.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to