[Zope] Monitoring transversal

Oliver Bleutgen myzope@gmx.net
Thu, 13 Jun 2002 16:18:43 +0200


Kevin Carlson wrote:
> Hi all,
> 
> I have a situation where I need to be able to handle a URL like
> http://www.xxx.com:8080/<arg> where <arg> is somehow trapped by a python
> script.  I know this type of thing can be done with a ZSQL method to pass in
> a single argument, but I am not aware of how to do this otherwise.  Any
> ideas on how to do this?
> 
> Thanks,
> 
> Kevin


Take a look at the bindings tab of your python script. There you'll find 
"subpath", think this is what you want.

cheers,
oliver