Re: [Zope-dev] Possible TransparentFolders bug?

2001-01-25 Thread Shane Hathaway
Itai Tavor wrote: The TransparentFolders Product seems to make everything transparent... not just transparent folders. Zope/ Folder_A/ method_A Folder_B/ (transparent folder) method_B I'd expect the only effect of the transparent folder to be that

[Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Espen Sorbye Frederiksen
Sorry this, possibly, very trivial question: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why? Secondly how is it possible to get around the problem? Hope

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Dieter Maurer
Espen Sorbye Frederiksen writes: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why? Secondly how is it possible to get around the problem? DTML Methods have

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Espen Sorbye Frederiksen
Thank you Dieter! Espen On Thu, 25 Jan 2001, Dieter Maurer wrote: Espen Sorbye Frederiksen writes: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why?

Re: [Zope-dev] Server seems to stop responding.

2001-01-25 Thread Chris McDonough
Andy, look at the documentation in z2.py for the "-M" switch that writes out a debug log of method accesses. Then visit http://www.zope.org/Members/mcdonc/HowTos/DEBUG-LOG It tells you how to track down hangs via stuff in your debug log. - Original Message - From: "Andy McKay" [EMAIL