4 Aug
2002
4 Aug
'02
9:51 p.m.
Hello Dieter, Sunday, August 4, 2002, 11:45:52 PM, you wrote: DM> > how do i pass arguments to methods called by ZPublisher.Zope? DM> > i want to debug a function which accepts a tuple as parameter... DM> > how do i publish it? DM> > ZPublisher.Zope('/path/to/method',d=1, ???? DM> You can pass them via the "query_string" of your URL. DM> ZPublisher.Zope('/...?arg1=val1&arg2=val2&...') how do you pass tuples, or other kinds of objects? that would be the interesting part... DM> Dieter thanks, k. -- don't believe everything you think