[Zope] Re: External http access.
Michael Haubenwallner
michael at d2m.at
Thu Jun 10 03:44:34 EDT 2004
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()
More information about the Zope
mailing list