[Zope] (no subject)
Chris Withers
chrisw@nipltd.com
Mon, 17 Jul 2000 23:30:27 +0100
"Leichtman, David J" wrote:
> I've previously been a Perl programmer. I did a lot of stuff where I would
> have multiple links with different options.
> Ex.
>
> <a href="/path/script.pl/1234">1234</a><br>
> <a href="/path/script.pl/2345">2345</a><br>
You can do this and more with a SiteAccess access rule and modifying the
remaining traversal stack. It's a REQUEST variable but the name escapes
me right now...
However, I'm planning to do a PathHandler product to do just this as
soon as I get to grips with Zope 2.2...
cheers,
Chris