On 5/21/07, voltron <[EMAIL PROTECTED]> wrote:
>
> I just tested this again, and I noticed that it does not work as
> expected. Using Bens example:
>
> map.connect('Home/:action', controller='home', action='index')
>
> If I click repeatedly on my "home" link, the URL shown in the browser
> changes also, and this ends up in a 404. Instead of calling up the
> same link it calls:
>
> http://localhost:5000/home/home/home/
>
> adding a home for every time I click on the link. Could you tell me
> what I´m doing wrong Ben?

Could it be because you have "Home/:action" instead of "/Home/:action"?

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
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