On Thu, 25 Apr 2002, Abel S�nchez Gracia wrote:

> Hi from Mexico, I am amazing with your module is an exelent option, but I
> have a problem when I pass null values to a text field, I need do this
> because the values come from a data base, how need do to fix this problem?,
> I am using
>
>     $template->param(AGE => $some_value);
>
> Thanks a lot!!

Maybe you need to set the die_on_bad_params option to 0?  Or maybe you
need to do:

     $template->param(AGE => $some_value || "");

You didn't mention what your problem is exactly.

-sam



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to