[Zope] <dtml-let ..> method </dtml-let>

Jean Jordaan Jean@mosaicsoftware.com
Wed, 23 Aug 2000 15:52:12 +0200


Hi all

The answer to my previous question makes this one occur to
me: if <dtml-var id> in a method refers to the containing
document's id, does 'myMethod' get to see 'myVariable'?::

  <dtml-let myVariable='Beep'>
    <dtml-var myMethod>
  </dtml-let>

Testing .. yes, it does! Cool. So why does this::

  <dtml-in "PARENTS[0].objectItems(['ccDocClass'])" size=10 
  start=qs sort=<dtml-var sort_key>>

give::

  Invalid attribute name, "sort_key", for tag <dtml-in 
  "PARENTS[0].objectItems (['ccDocClass'])" size=10 start=qs 
  sort=<dtml-var sort_key>, on line 18 of docsByTitle

How do I get 'sort_key' in there?

-- 
Jean Jordaan       --    technical writer    --
Mosaic Software    --    Zope 2.1.6 on WinNT and W2K