[Zope] Lost with navigation using objectValues
Stephane Bortzmeyer
bortzmeyer@pasteur.sn
Wed, 13 Dec 2000 18:38:15 +0000
On Wed, Dec 13, 2000 at 11:31:34AM -0600, Tim Cook wrote:
> Are you sure you put it in a DTML Method and not a DTML Document?
OK, I get you: my code is in a DTML method but it was ultimately
called by DTML documents, which produced the wrong result. If I create
a DTML method, it works. After reading the excellent "DTML documents
vs DTML methods" HOWTO, it makes sense but it is quite surprising.
Does it mean I have to turn all my DTML documents into DTML methods if
I want them to call DTML methods, even if they are only content?