Re: [Zope] with a variable
12 Jan
2001
12 Jan
'01
10:31 p.m.
josh on writes:
<dtml-with 979226100> This interprets "979226100" as a name! <dtml-var attribute> </dtml-with>
This doesn't: <dtml-call "REQUEST.set('userid', 979226100)"> This interprets "979226100" as an integer.
You could use <dtml-call "REQUEST.set('userid', _.getitem('979226100'))"> Dieter
9215
Age (days ago)
9215
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer