[Zope] How to insert objects

Paul Erickson erickson@kaivo.com
Mon, 25 Feb 2002 08:19:31 -0700


Try putting this in your index_html

<dtml-with name="test">
 <dtml-var name="myinput">
</dtml-with>

dorian santner wrote:

>e.g.: I have a directory structure like
>
>root
>+-test
>+-test2
>
>i have a dtml-method in the root called index_html
>i have a dtml-method in test called myinput
>
>How can i insert myinput in the index_html ?
>I need a kind of <dtml-var myinput> but including the path to test.
>
>I know the other way around would work, as the namespaces could coope with that.
>
>Thanx Dorian
>
>
>
>_______________________________________________
>Zope maillist  -  Zope@zope.org
>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 )
>