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
- 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
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