[Zope] Re: Basic DTML syntax question- variable value test

Josef Meile jmeile@hotmail.com
Fri, 15 Nov 2002 10:06:00 +0100


 > It looks good but maybe you should try this:
 >
 > <dtml-if "str(AppRecDate)=='1900/01/01'">
There's a small mistake there. You should use:
<dtml-if "_.str(AppRecDate)=='1900/01/01'">

Regards,
Josef.