why does manage_addDocument give me a method?
Another thing that seems strange to me: When calling <dtml-with SomeFolder> <dtml-call expr="manage_addDocument('SomeDocument','')"> </dtml-with> i get a dtml-method called SomeDocument instead of a dtml-document!! Is this behaviour ok? If yes how can i get documents? Thanks Bernd -- -----Bernd Worsch-----------bernd.worsch@frontsite.de--------
Bernd Worsch -- Lundi 19 Mars 2001 11:12:
Another thing that seems strange to me:
When calling
<dtml-with SomeFolder> <dtml-call expr="manage_addDocument('SomeDocument','')"> </dtml-with>
i get a dtml-method called SomeDocument instead of a dtml-document!!
Is this behaviour ok? If yes how can i get documents?
Thanks Bernd
I get the same behavior. Zope bug or documentation bug... I use manage_addDTMLDocument, which is not documented, but works. Can anyone can update the docs on that? I had to look around for a bit before figuring it out, and I can see I'm not the only one. Cheers, Jérôme -- Jérôme Loisel Lévinux: GNU/Linux dans les communautés à Lévis
On Mon, Mar 19, 2001 at 11:38:32AM -0500, Jérôme Loisel wrote:
I get the same behavior. Zope bug or documentation bug... I use manage_addDTMLDocument, which is not documented, but works.
Can anyone can update the docs on that? I had to look around for a bit before figuring it out, and I can see I'm not the only one.
Cheers,
Jérôme
Hey, thanks a lot! It really seems to be a documentation bug. At least manage_addDTMLDocument doesn't show up in the online help of my zope 2.3. Maybe i should switch to using Zope Quick Reference. Version 0.9 mentions both flavours. This will do fine for now! Does anybody know how to add zwiki pages, btw? It should be something with manage_addZWikiPage but i don't know what to call it on. Have Fun! Bernd -- -----Bernd Worsch-----------bernd.worsch@frontsite.de--------
participants (2)
-
Bernd Worsch -
Jérôme Loisel