[Zope] twiki and zope

Rengasamy, Samy srengasamy@firstam.com
Tue, 02 Apr 2002 14:45:56 -0600


Thanks for the information.

What is the difference between twiki and zope?

Thanks,

Samy Rengasamy.

-----Original Message-----
From: Dieter Maurer [mailto:dieter@handshake.de]
Sent: Tuesday, April 02, 2002 2:01 PM
To: Rengasamy, Samy
Cc: 'zope@zope.org'
Subject: Re: [Zope] How to refer an object in a sub folder?


Rengasamy, Samy writes:
 > How to refer an object in a sub folder?
 > 
 > I have a folder 'java' under a folder 'tech'.
 > I have a template 'index' in 'tech'.
 > 
 > How do I refer to 'index' in the folder 'java' from an object in 'tech'?
 > 
 > <dtml-var java/index> ???
This is an FAQ:

  *  "dtml-with"

  *  attribute access 'expr="java.index(_.None,_)"' (in case "index"
     is a DTML object)

  *  "restrictedTraverse"

Please read the Zope book or

  <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>

to learn more about these options.


Dieter