[Zope] The let Tag.

picasso@videotron.ca picasso@videotron.ca
Wed, 15 Sep 1999 12:07:32 -0400


>Also, the error on the second one suggests that you should not use 'name' in
>a Let tag.  'name' is problematic for several tags; for instance you would
>need to write <dtml-var name=name> rather than <dtml-var name>.  Try using a
>different variable.

Thanks a lot. I also tried:

<dtml-let firstname="mick" 
          relation="uncle">
   <dtml-var firstname> is your <dtml-var relation>
</dtml-let>

Same result:

Error Type: NameError
Error Value: mick