Warning: Newbie - object handling
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? How can I move "myimage" to "myotherfolder/mynewimage" ? Through manage_clone maybe? I know enough not to try cut&paste, it sets a cookie and works only within the browser, right? Why, if objectMap returns a list, it's not called objectList? :-) -- Zope: the most un-orthogonal thing you can do with python.
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
participants (2)
-
Marco Mariani -
R. David Murray