[Zope] Re: calling Python Script from dtml-let

Maik Jablonski maik.jablonski at uni-bielefeld.de
Mon Oct 18 03:26:42 EDT 2004


Bill Seitz wrote:
> But if I do:
>  <dtml-let password2 = "passwordRandom()">
> (with a </dtml-let> further down)
> 
> Then I get
> 
> invalid parameter: "password = "passwordRandom()"", for tag <dtml-let 
> password = "passwordRandom()">, on line 18 of ActivateAccountHack
> 
> What stupid mistake am I making?

Remove the whitespace before and after the equatation mark.

wrong: <dtml-let password2 = "passwordRandom()">
right: <dtml-let password2="passwordRandom()">

Cheers, Maik



More information about the Zope mailing list