[Zope] Acquisition and Error Handling Questions
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Wed, 5 Dec 2001 13:11:02 +0300
On Wed, Dec 05, 2001 at 03:55:56AM -0500, Tim Owen wrote:
> 1. How do I set the cookie path?
RESPONSE.setCookie(name, value, path="XXX")
> 2. How do I call a Python script or Z SQL Method in a different folder at
> the same level in the folder tree?
<dtml-with otherFolder>
<dtml-var someScript>
</dtml-with otherFolder>
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.