Re: [Zope] How to catch URL in DTMLDocuments/Methods

2000-06-07 Thread Chris Withers
Evan Simpson wrote: > 3. Use a SiteAccess Access Rule on the folder, having it check to see if > the next object to be traversed is your DTMLMethod. If so (and if the next > name doesn't start with 'manage'!) remove the rest of the traversal path and > store it in a REQUEST variable. Not too ba

Re: [Zope] How to catch URL in DTMLDocuments/Methods

2000-06-07 Thread Evan Simpson
- Original Message - From: Ian Sparks <[EMAIL PROTECTED]> > The conceptual problem I have is that DTMLMethods/Documents don't have a > parameters tag like SQLMethods do, so I don't see how I can "trap" parts of > the URL like SQLMethods do and use them internally in my Method/Document. Th

[Zope] How to catch URL in DTMLDocuments/Methods

2000-06-07 Thread Ian Sparks
Hi, As a Zope newbie I'm still not entirely sure about how to capture the URL as Zope traverses the tree. For instance, my site called with : mysite.com/members/ian/preferences/10 "members" is a DTMLMethod or Document. What I want to do is trap the URL once it has entered "members". So inside