[Zope] inserting content of an url with a dtml tag
Dirk Datzert
Dirk.Datzert@rasselstein-hoesch.de
Sat, 05 Jan 2002 14:47:42 +0100
REQUEST.resolve_url is the right function to get an object from an url.
post your samples code and your error with traceback
Lorty schrieb:
> Hi,
> I'm just wondering if it's possible to insert a content of an url
> (within a zope site) with a dtml-var tag or something.
> The problem is I need to call a dtml-method (that I can properly access
> only calling its url with a web browser) from a dtml-document.
> I tried with REQUEST.resolve_url, but with no luck.
> Can anyone please help me?
>
> Thanks in advance,
> Lorty
>
> _______________________________________________
> 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 )