In a view I defined the following link:
<td>
{{=A(row.adressoort,_href=URL(r=request,f='update_address',args=
[row.id]))}}
</td>
I wonder whether it is possible to display the URL without the args
being displayed. I guess _method='post' doesn't work in case of an <a>
tag.
Kind regards,
Annet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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
-~----------~----~----~----~------~----~------~--~---