5 Sep
2003
5 Sep
'03
1:36 p.m.
Lee Harr wrote:
Hi;
Is there a way to use traverse_subpath in a page template called index_html without having index_html in the url?
so, for instance, if I have a template called aaa which just prints the traverse subpath, I can call it with:
http://example.com/aaa/bbb/ccc
and get: ['bbb', 'ccc']
but if it is called index_html I would have to use:
That's odd, I'd say your first example looks like a bug. Submit it at http://collector.zope.org or ask on zpt@zope.org and maybe Evan can shed some light... cheers, Chris