> On 9/22/05, Kieren Diment <[EMAIL PROTECTED]> wrote: > > > > The tests required are: > > > > 1. When a dropdown has a null value. In this case parameter should > > be present with a value of undef. > > 2. When a /(multi)?select/ has a null value. In this case the > > browser request omits the parameter. > > 3. When a checkbox has a null value. In this case the browser > > request omits the parameter. > > 4. A /text(area)?/ is null. parameter == undef > > 5. Submits also seem to provide an undef value to the browser. > >
I *almost* sure that when the parameter is checked like this: if (defined $param) ) as CGI::Untaint does, it will return false in all cases above. Is that right? We will see soon I guess. :) thanks ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
