I tried to create a static route in routing.py:
map.connect('credit_card', 'https://www.credit_card.com',
_static=True)
and use it in the form:
<form action="${h.url_for('credit_card')}" method="POST">
without results.
After pressing submit I see the same page with all input fields
values in the navigation toolbar of the browser, e.g.
I see [http://localhost:5001/user/payment/] and after submit I see
[http://localhost:5001/user/payment/?
tr_id=00000&amount=00010&email=...@ddd]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---