[Zope] Acquiring Objects in ZPT

David Kyte david.kyte@microamps.com
Tue, 21 May 2002 09:12:49 +0100


Hi,


I have an application that displays pages from a folder.

The List is defined by looping over the objects. If I create

a link of the type folder/ObjectID, each time I select the link

I end up with a url like Letters/Letters/Letters/.../Letter1

Is there an equivalent of

<dtml-with Letters>
  <dtml-var Letter1>
</dtml-with>

in ZPT.


TIA

Dave