[Zope] <dtml-if> no-work

Anders Gaarsdal Holst anders@colorweb.dk
Sun, 05 Dec 1999 20:01:07 +0100


Hi!

I have now run into yet another problem on my way to Zope nirvana: I
have
the following expression:

   <dtml-var personelID> = <dtml-var personelID_page>
   <dtml-if "personelID == personelID_page">
     ..........................

It prints for instance:
1 = 1

But even though it prints that the two vars equals each other, it does
not execute the <dtml-if> statement. Is this caused by a integer /
string problem?

Regards,
               A n d e r s  G a a r s d a l  H o l s t