[Zope] sequence-item and ZSQL
Michel Pelletier
michel@digicool.com
Thu, 2 Dec 1999 16:11:53 -0500
> -----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