26 Apr
2002
26 Apr
'02
8:13 p.m.
notices writes:
I want something like
<dtml-if "badsearch == 'true'"> We find no matches. Here is the entire list.<br /> </dtml-if>
but Zope can't find badsearch. It must be in the request, because the Page Template can find it after the script. I tried request/badsearch and a number of syntax variations. Please replace the "dtml-if" tag by a "<dtml-var REQUEST>" and check what "REQUEST" contains.
I expect, that while you think, the scripts has been called, it was not and therefore "badsearch" is not defined. Dieter