Hi, I'm trying to fetch the last part of the URL to use it to chose the right content:
http://127.0.0.1:8080/something If I try: urls = ( '/something', 'getContent', '/otherthing', 'getContent', ) class getContent: def GET(self, string): return string I get a Internal Server Error... What I need to do to retrive the "something" from that call? Any Advice, Link or Google keywords are Welcome!! :) Thanks in Advance Leon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
