[Zope] #with tag problems

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Sun, 4 Apr 1999 10:36:38 -0400 (EDT)


Christopher

If you replace your DTML with

<!--# var "_[movie]"-->

Do you get the expected results?

Pavlos

On Sun, 4 Apr 1999, Christopher Petrilli wrote:

> OK, here's the DTML:
> 
> <!--#var standard_html_header-->
> 
> <!--#with "_[movie]"-->
>   <H3><!--#var title--></H3>
> 
>   <P>
>   <B>Seen</B>: <!--#var review_date--> @ <!--#var theatre-->
>   </P>
> <!--#/with-->
> 
> <!--#var "_[movie]" fmt="structured-text"-->
> 
> <!--#var standard_html_footer-->