30 Apr
2007
30 Apr
'07
3:02 p.m.
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().