31 May
2004
31 May
'04
9:46 a.m.
Mohamed Lrhazi wrote:
BTW: Why can't you simply use traverse_subpath?
Never heard of it :)
It's what you SHOULD be using rather than fussing with traversal hooks, especially if you'rea newbie. Both ZPT's and Script(Python)'s have a traverse_subpath variable in their namespace, so for example: http://www.example.com/my_ps_or_zpt/1/2/3 ...will give you: print traverse_subpath ['1','2','3'] cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk