I have this url:
http://127.0.0.1:8000/init/vcard/index/6
In the view I have a link:
<a href="{{=URL('vcard','mailVcard',args=node.id)}}" data-toggle="modal"
data-target="#vCardModal" >Attach to mail</a>
When I click the link, Firebug shows me GET 6
http://127.0.0.1:8000/init/vcard/mailVcard/6 and in the Request Headers
referer http://127.0.0.1:8000/init/vcard/index/6 and the form opens in a
Bootstrap modal window.
When I submit the form it isn't being validated or processed, Firebug shows
me POST 6# http://127.0.0.1:8000/init/vcard/mailVcard/6#
whereas POST should refer to http://127.0.0.1:8000/init/vcard/mailVcard/6
Is there a way to fix this?
Kind regards,
Annet
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.