I have a discrepancy that I'm trying to resolve between URLs formatted like .../foo vs. URLs formatted like .../foo/. In this case, 'foo' is a class instance. I would like for quixote to call the _q_index method in either case. However, it's not calling it in either one. If I do '.../foo', the __str__ method of my instance is called. If I do '.../foo/', I get a 'link does not exist' message. How can I get the behavior that I want? Kevin Smith Kevin.Smith@sas.com