I'm not sure if there's a better solution, but try making id a
wildcard instead of a dynamic part:

  map.connect(':controller/:action/*id')

That way, id will snatch everything after the controller and action,
even if it has slashes.

--
Ron


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