[Zope] RE: Problem Getting dtml-with to work
Mark, Jonathan (Integic)
jonathan.mark at integic-hc.com
Mon Apr 30 11:02:29 EDT 2007
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().
More information about the Zope
mailing list