Hi, Thanks for providing me with a solution. > > request.args(0,default=0, cast=int, otherwise=URL(...)) >
> PS: if it's recurrent I wonder why you aren't normalizing it already as > with > try: > arg0 = int(request.args(0)) > except: > redirect() > Because there are exceptions, at the moment your solution solves the problem, in a next iteration I'll probably solve it differently. Kind regards, Annet. --