Re: [Zope] siblings of me, rather than of parent

2000-12-03 Thread Randall Kern
Sorry, my __bobo_traverse__ method is working, the PARENTS stack is exactly as I would hope, with my module as the parent of the category, rather than the root.   Here's the whole story:   /     index_html    (dtml method)     index.html    (dtml method)     category (Folder) foo.htm

[Zope] REQUEST.set('n', n+1) broken on zope.org

2000-12-03 Thread Richard Jones
As the subject says, REQUEST.set('n', n+1) is broken on zope.org. The following DTML will raise an AttributeError on __add__: Is this a permanent change and is this going into the Zope codebase? Richard -- Richard Jones [EMAIL PROTECTED] Senior Softw

Re: [Zope] dtml methods and properties

2000-12-03 Thread Chris Gray
On Mon, 4 Dec 2000, Willem Broekema wrote: > As a DTML method is said to work with the properties of the object it > is called at: > > DTML method "m": > > > /m > displays the date/time when the last change happened to any file > in the root folder This _is_ the folder's bobobase_modifica

[Zope] Tag attributes...

2000-12-03 Thread Curtis Maloney
Green things, I've written a handy tag for my Zope site, and it accepts a few attributes. This is all going well, and the tag is working nicely. (Even though I couldn't seem to find any docs on doing this, I just fumbled about with the source from the sendmail tag) However,

[Zope] newbie question -- database list/report with sort by column header

2000-12-03 Thread John Cappelletti
I am listing the results of a database query using dtml-in. I'd like to be able to give the user the option to re-sort the list by clicking on a column header. ok... I'm starting small with a form and radio buttons to allow the user to specify the sort. I've created what I believe to be a global

[Zope] dynpersist.dll for ZPatterns

2000-12-03 Thread Ot Ratsaphong
Hi, I am new to Zope (<1 week old) and have installed Zope 2.2.4 on my Win98 PC. I am interested in learning about the Object-Oriented capabilities of Zope and am interested in installing ZPatterns. Unfortunately I do not have MSVC 6.0 installed on my PC 8^(. Subsequently I cannot built dynpersi

[Zope] confusing access error

2000-12-03 Thread Matthew Wilbert
I am getting an access error I don't understand at all, which makes me think I have some basic conceptual problem which I hope you can help me get past. I have never used ZopeFind before, so that may be part of it. I have a DTML method that looks like this: I actually want to put som

[Zope] siblings of me, rather than of parent

2000-12-03 Thread Randall Kern
My site has two main classes of objects, Modules (and their derivatives), and Categories.  A normal setup might look something like this:   root     blab    (Module)     weather (Category)     rain (Category)         sun (Category)     region (Category)   I need to handle URLs like /ro

[Zope] dtml methods and properties

2000-12-03 Thread Willem Broekema
As a DTML method is said to work with the properties of the object it is called at: DTML method "m": /m displays the date/time when the last change happened to any file in the root folder /m/m displays last change date/time of method m Why does the method not display it's modification ti

Re: [Zope] Wampum generator on Zope 2.2.4 fails / _isBeingUsedAsAMethod

2000-12-03 Thread Steve Spicklemire
Hmm.. I *know* I've seen this before. I think it was when I was trying to move ZClasses that were *created* under Zope 2.2.0+ to Zope 2.1.x. Are you sure you're working with 100% 2.2.4? -steve > "Brad" == Brad Clements <[EMAIL PROTECTED]> writes: Brad> Selecting the Security Tab on a W

Re: [Zope] Public CVS Zope won't compile (fwd)

2000-12-03 Thread Michel Pelletier
On Sun, 3 Dec 2000, Chris Gray wrote: > Did a fresh checkout but "python w_pcgi.py" chokes at: > > Writing the pcgi resource file (ie cgi script), > /home/cpgray/zope_cvs_run/Zope2/Zope.cgi > chmod 0755 /home/cpgray/zope_cvs_run/Zope2/Zope.cgi > Traceback (innermost last): > File "w_pcgi.py"

[Zope] Can't load confirm message box

2000-12-03 Thread Angietel