RE: Problem Getting dtml-with to work
Thanks to the other Jonathan for advising me to try <dtml-in objectIDs> to find why dtml-with was not working as expected with FolderB. When I did that I realized that FolderB was not an actual folder. Rather, it was a Plone instance. One cannot not use <dtml-with> from outside a Plone instance to call up an object inside a plone instance. Therefore I solved my problem in another way using Response.redirect().
--On 30. April 2007 11:02:29 -0400 "Mark, Jonathan (Integic)" <jonathan.mark@integic-hc.com> wrote:
Thanks to the other Jonathan for advising me to try <dtml-in objectIDs> to find why dtml-with was not working as expected with FolderB. When I did that I realized that FolderB was not an actual folder. Rather, it was a Plone instance.
Just the usual rant: do you have 3 good reasons for using DTML over ZPT? :-) Andreas
Andreas Jung schrieb:
--On 30. April 2007 11:02:29 -0400 "Mark, Jonathan (Integic)" <jonathan.mark@integic-hc.com> wrote:
Thanks to the other Jonathan for advising me to try <dtml-in objectIDs> to find why dtml-with was not working as expected with FolderB. When I did that I realized that FolderB was not an actual folder. Rather, it was a Plone instance.
Just the usual rant: do you have 3 good reasons for using DTML over ZPT? :-)
1) you mean ZPT and python script 2) one reason could be nobody rearranged the Zope-Book chapters in a way to move DTML chapter out of first sight ;-) SCNR Tino
--On 30. April 2007 17:12:34 +0200 Tino Wildenhain <tino@wildenhain.de> wrote:
1) you mean ZPT and python script 2) one reason could be nobody rearranged the Zope-Book chapters in a way to move DTML chapter out of first sight ;-)
Alan mentioned one good reason through private mail. An acceptable reason :-) End-of-thread, Andreas
participants (4)
-
Andreas Jung -
Jonathan -
Mark, Jonathan (Integic) -
Tino Wildenhain