8 Nov
2003
8 Nov
'03
10:45 p.m.
My problem is this: How can I, from a python script, pass a result set which has been returned from a ZSQL method, on to a ZPT
How about this... # script (python) aaa = context.aaa # a zpt foo = [1, 2, 3, 4, 5] # could be sql result req = context.REQUEST req.set('foo', foo) return aaa(REQUEST=req) ### Then in the zpt: <span tal:replace="request/foo">foo goes here</span> _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail