On Monday, January 16, 2012 4:47:01 PM UTC-5, Mathias Van Daele wrote: > > Thanks for answer Johann. > > But how can I catch the value of args in the concerned function ? >
args from the URL are always in request.args, so in the edit_akb_country() function, the id would be in request.args(0). See http://web2py.com/books/default/chapter/29/4#Dispatching. Anthony

