[Zope] DTML: fetch an object by its url?

Phil Harris phil.harris@zope.co.uk
Wed, 16 Aug 2000 08:57:45 +0100


<dtml-var "REQUEST.resolve_url('/some/folder/and/path/wotsit')">

----- Original Message ----- 
From: "Scott Shepherd" <skot@pobox.com>
To: <zope@zope.org>
Sent: Wednesday, August 16, 2000 5:06 AM
Subject: [Zope] DTML: fetch an object by its url?


> In DTML is it possible to get an object using its url? Something like
> 
>     <dtml-with "get_object( '/some/local/url' )">...</dtml-with>
> 
> Similar to
> 
>     <dtml-with "_.getitem( name )">...</dtml-with>
> 
> but what I have is the object's zserver url, not its name in the 
> current namespace.
> 
> TIA,
> Scott
> 
> _______________________________________________
> 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 )