In the view, when I replace:
<td>
{{=A(month.month,_href=URL(r=request,args=[month.number,month.month]))}}
</td>
with:
<td>
{{=A(month.maand,_href=URL(r=request,args=[3,'maart_2010']))}}
</td>
The function works.
When I replace the underscore with a space:
<td>
{{=A(month.maand,_href=URL(r=request,args=[3,'maart 2010']))}}
</td>
The space is being replaced with %20 and the function no longer works.
Hopes this helps you help me solve the problem.
Annet.
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.