On Dienstag, 15. Juli 2008, JOLINY wrote:
> In routing.py the rout mapping is like this.
>
> map.connect(':controller/:action/:id')
>
> how to get the ':id' value in controller's action.

def my_action(self, id):
    return "The ID is %s" % (id,)

Kindly
 Christoph

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to