It's evil and horrific but if you're desperate you could maybe at the
start of the function store the arguments in the session then redirect
to the same function,  without the arguments in the URL. At the start
of the function, check for the details in the session, store them in a
local variable and remove them from the session.

On May 22, 10:51 am, annet <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to