[Zope-dev] url traversal
Dieter Maurer
dieter@handshake.de
Fri, 27 Apr 2001 19:59:20 +0200 (CEST)
Brett Carter writes:
> I have the classic problem of wanting my method 'foo' to work like:
> http://localhost/foo/a/b/c
> where a,b,c are parameters passed to foo. I've found some info in the
> mailing list archives, namely:
> http://lists.zope.org/pipermail/zope-dev/2000-May/005197.html
>
> Has the 'Traversal' interface been implemented? What are the
> specifics of implementing something like I describe above?
Traversal has been implemented for Python Scripts,
when they define the "sub_traversal" binding.
Dieter