Re: [Zope] Help with Nested ZSQL methods
29 Nov
2000
29 Nov
'00
11:11 p.m.
paul_s_johnson@urscorp.com writes:
... passing parameters to Z SQL methods ... This is an FAQ.
You already know the searchable list archive at NIP? Z SQL methods do *NOT* take parameters from the DTML namespace. They only look at "REQUEST". You have two options: 1. put your parameters into the REQUEST object: <dtml-call "REQUEST.set('myparam', myparam_value)"> .... 2. call the Z SQL method with explicit parameters: <dtml-in "myMethod(myparam= myparam_value, ....)"> Dieter
9258
Age (days ago)
9258
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer