If you want to avoid propagating all parameters to the URL, just
precede your controller name in h.url_for with a "/".
Example:
Instead of:
${h.link_to('A Link', h.url_for(controller='some_controller',
action='another_action'))}
write:
${h.link_to('A Link', h.url_for(controller='/some_controller',
action='another_action'))}
--~--~---------~--~----~------------~-------~--~----~
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