David, You're right, the line of code should read like:
month=request.args[1] In the view I have: <h3>News {{=month}}</h3> which for August results in: News August_2009 Is there a way to get rid of the underscore? It's introduced because the link: <td> {{=A(month.maand,_href=URL(r=request,args= [month.nummer,month.maand]))}} </td> reads like: August 2009 Making maand an argument results in August_2009. Kind regards, Annet. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---