Hi

I have a problem since Routes 1.12 was uploaded to pypi:

I do url_for(action="myaction") in one of my controllers. With Routes
1.11 it returns the URL to the controller's "myaction" action. With
Routes 1.12 I get an exception saying that the URL cannot be derived.
url_for(controller="mycontroller", action="action") works with 1.12,
but I've been trying to avoid duplicating names.

If this is a problem with my code how should I change it?

Also, FYI, while researching the problem I launched "paster shell" and
did url_for(action="foo"). With 1.11 I get "/context/foo", while I get
an exception with Routes 1.12.

Thanks for any help on this,

-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : [email protected]
http://www.camptocamp.com

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