[Zope-dev] Using with and REQUEST
Pavlos Christoforou
pavlos@gaaros.msrc.sunysb.edu
Tue, 18 May 1999 12:32:11 -0400 (EDT)
>
> I am trying to render a document by it's id, which is in the REQUEST
> namespace as 'file'. I am opviously iliterate, so I'll let the code
> speak:
>
> <!--#with TopFolder-->
> <!--#with subfolder-->
> <!--#var "_.getitem(['file'],1)"-->
> <!--#/with-->
> <!--#/with-->
i would expect something like this to work:
<!--#with TopFolder-->
<!--#with subfolder-->
<!--#var "_[file]" -->
<!--#/with-->
<!--#/with-->