9 May
2003
9 May
'03
2:04 p.m.
What are quotes doing here: 1: <dtml-var propertyValues> 2: <dtml-var propertyValues()> 3: <dtml-var "propertyValues"> 4: <dtml-var "propertyValues()"> 1 and 4 gives the same result. 2 gives Error Type: KeyError; Error Value: propertyValues(). 3 gives a > Where can I find information about syntax etc? Wim