[Zope] docking a URL within (<dtml-include>?)
Dieter Maurer
dieter@handshake.de
Sat, 2 Mar 2002 15:41:50 +0100
Roy Mathew writes:
> What is the preferred way to render another URL inside of your page
> template. I don't think I want to use acquisition, since the other
> URL may not even developed by me (Sort of like how you can dock Visio
> inside of MSWORD). Is there a sort of <dtml-include> type tag.
When the URL is into your Zope site, then "restrictedTraverse" is the way
to go. Don't forget to "render" the object you traverse to.
Dieter