> I'm looking for a more convenient approach to this same problem myself too.
> 
> I'm especially after a way I can do this:
> 
> /persons/FooBar/addresses/Postal/edit
> 
> As it is, I have to do a backflip or two in the default() handler in
> order to dispatch to the correct method.
That really gets ugly...

web.py (http://webpy.org/) offers a solution based on regular
expressions. Works nicely so far:)


Cheers
-- 
Soni Bergraj

Reply via email to