Re: [Zope-dev] How to confuse the publishing process

2001-01-04 Thread Chris Withers
Steve Spicklemire wrote: > > I don't see the behavior you describe.. What did I > misunderstand? Prolly nothing. I was more than likely just doing something stupid :-) cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/

Re: [Zope-dev] How to confuse the publishing process

2001-01-03 Thread Steve Spicklemire
Hi Chris, I have folder test1 at the root with a DTML Method: index_html that says: I am in the test1 folder. in test1 I have folder test2 with a DTML Method: index_html that says: I am in the test2 folder. When I view /test1/test2/test1 I get: http://myhost:8080/test1/test2/t

Re: [Zope-dev] How to confuse the publishing process

2001-01-02 Thread Chris Withers
Steve Spicklemire wrote: > > Hi Chris, > >OK... you need to tell us where the index_html's are and what they have > in them! ;-) Doesn't seem to matter what's in them... Say there's one in folder1 and one in folder2, which one should be used? Why are neither of them being used? cheers,