2 Dec
1999
2 Dec
'99
9:11 p.m.
-----Original Message----- From: Anders Gaarsdal Holst [mailto:anders@colorweb.dk] Sent: Thursday, December 02, 1999 3:54 PM To: zope@zope.org Subject: [Zope] sequence-item and ZSQL
Hi!
I have also tried using another var for transferring to the ZSQL method.
<dtml-in have> <dtml-call "REQUEST.set('movieID', sequence-item)"> <dtml-call change_have_want_sql> </dtml-in>
But Zope apperently cannot figure the " - " out in "sequence-item", and therefore cannot set this new var "movieID". What is the syntax for writing this var?
<dtml-call "REQUEST.set('movieID', _['sequence-item'])"> -Michel