[Zope] Need to Get Object From it's ID

Thomas Stenhaug thomas@src.no
24 Mar 2000 10:36:59 +0100


* Eugene Saltykov

| HOW do I get the real document contents???

Provided that ID contains a string representation of the id of the
document you want, this should do it:

<dtml-var "_[id]">

I hope I understood what you wanted to do, this may very well be
solving the wrong problem.


Thomas