> What does "View Source" show in the browser?  The behavior is
> consistent with <form action="" method="POST" />, which could happen
> if url_for returned None.  That in turn would indicate it couldn't
> match the route name, and then we'd have to investigate why.

The page source is ok. The form tag is full filled.
>
> Also, what happens if you replace the h.url_for call with
> ``url('credit_card')``.  url_for is gradually being replaced by
> pylons.url, which has a different implementation and thus may behave
> differently.
>
I tried without any result.

> Another possiblility is that a different route is matching, something
> earlier in the route definitions.
>
> As a workaround, you can use a 'c' variable for the URL.  Routes does
> not provide much advantage for external URLs, other than the
> convenience of defining them in the route map.
>
Nothing happen :-((

In all cases I see "waiting for localhost" in the browser and nothing
happen.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to