DTML-<dtml-in> & <dtml-call>
16 Jan
2001
16 Jan
'01
4:33 a.m.
Is <dtml-call REQUEST['sqlSearchcust3']> equal to <dtml-in sqlSearchcust3>
16 Jan
16 Jan
10:17 a.m.
New subject: [Zope] DTML-<dtml-in> & <dtml-call>
Angietel wrote:
Is <dtml-call REQUEST['sqlSearchcust3']> equal to <dtml-in sqlSearchcust3>
No, if only of a syntax error in the dtml-call: <dtml-call REQUEST['sqlSearchcust3']> should be <dtml-call expr="REQUEST['sqlSearchcust3']"> Now in this case they _may_ be equal, but only if sqlSearchcust3 lives in the REQUEST object. It may (and judging by the name probably will) also live in the object database. This is available from the _ namespace, which also includes REQUEST, but not from REQUEST. hth Rik
9212
Age (days ago)
9212
Last active (days ago)
1 comments
2 participants
participants (2)
-
Angietel -
Rik Hoekstra