The address: http://0.0.0.0:8080/admin/listar/Documento?status='A'
in code.py urls = ( ... '/listar/(.*)', 'EntityList', ... ) class EntityList(): def GET(self, param): entity = getattr(model, param) print "$$$$$$$$$$$$$$$$$$$$$$ " + param when I print the "param", it show me only the value "Documento" but I need show the complete value, for example: Documento?status='A' How to do this ? Thanks, Leandro. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.