On Mon, 15 Apr 2002, Nechaev Maxim wrote:

> <TMPL_VAR NAME='banana+1' ESCAPE='HTML'>
> its record to error log:
> HTML::Template : Attempt to set nonexistent parameter 'banana' - this
> parameter name doesn't match any declarations in the template file :
> (die_on_bad_params => 1)

Right - that's not the right syntax.  HTML::Template::Expr using EXPR
instead of NAME.

> <TMPL_VAR EXPR='banana' ESCAPE='HTML'>

This looks ok, but I think HTML::Template::Expr might have trouble with
ESCAPE.  Does it work if you remove the ESCAPE?

-sam



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

Reply via email to