[Zope] Re: Calling DTML

Maik Jablonski maik.jablonski@uni-bielefeld.de
Fri, 20 Dec 2002 00:32:08 +0100


Kevin Carlson wrote:
> Maik,
> 
> Thanks for the quick response.  Both number 1 and 2 are OK.  When I do this
> :
> 
>    return _['updoc'](container, _)
> 

please try:

  return context.updoc(container,request)

-mj