10 Jun
2004
10 Jun
'04
7:44 a.m.
Michael Haubenwallner wrote:
firstly: try it with a script as mediator...
## Script (Python) "objectids" ##bind container=container ##bind context=context ##bind namespace=_ ##bind script=script ##bind subpath=traverse_subpath ##parameters= ##title=objectids ##
return obj.objectIds()
call that script through xmlrpc
sorry - missed the context... ## Script (Python) "objectids" ##bind container=container ##bind context=context ##bind namespace=_ ##bind script=script ##bind subpath=traverse_subpath ##parameters= ##title=objectids ## obj = context.aq_parent return obj.objectIds()