[Zope] Namespace How-To?

Holger Hoffmann hohoff@rz.uni-potsdam.de
Wed, 14 Feb 2001 22:37:16 +0100


Hi,

Ulrich Wisser wrote:
> 
> Hello,
> 
> I really got mangled with namespaces and acquisition. Here
> is my problem:
> 
>  From a form I call
> 
> http://site/index_html?arg1=1&arg2=2
> 
> Now index_html will do
> 
> <dtml-var "reports.overview()">

try <dtml-var "reports.overview(_.None, _)">
 
... Holger