Hi,

Brown Fox wrote:
> 
> Hello,
> i want to view a dtml-document, calling it as
> a variable.
> For example:
> 
> <dtml-var standard_html_header>
> <h2><dtml-var title_or_id></h2>
> <p>
> <dtml-var testfile>

try <dtml-var "_[testfile]">

> <P>
> <dtml-var standard_html_footer>
> 
> where this file is called with this string:
> <a href="test3?testfile=Running">test3</A>
> 
> The result i now get is the id, not the content of the
> file!
> 
> Thanks,
>     Bruno

... Holger

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to