[Zope] Warning: Newbie - object handling

R. David Murray bitz@bitdance.com
Mon, 10 Apr 2000 13:32:12 -0400 (EDT)


On Mon, 10 Apr 2000, Marco Mariani wrote:
> When I have a folder "myfolder" and a string str="myimage", how am I
> supposed to get a handle on the object myfolder.myimage within DTML?

<dtml-var "myfolder['myimage']"> should work.

Your other questions I'll have to leave to someone else to answer.

--RDM