Re: [Zope] request.set sequence value
5 Aug
2003
5 Aug
'03
10:08 a.m.
Jaroslav Lukesh wrote:
"REQUEST.set('query_start',_.getitem('next-sequence-start-number'))">
Hi, try that:
<dtml-call "REQUEST.set('query_start',_['next-sequence-start-number'])">
Be careful with this, that will call the thing obtained from the namespace if it's callable, which is not often what you want. The code I gave will do exactly the same thing but just won't call the result ;-) Chris
8279
Age (days ago)
8279
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Withers