Well, buildURL() doesn't know how to generate routes (and in general
routes can't be "run in reverse" because it's not a 1:1 mapping) so if
you're using routes you have two choices:
* buildURL() with fake actions that (mostly) match routes - you won't
be able to do this in general for all routes because routes don't
match actions!
* construct URLs yourself
(anyone who believes you can run routes backward to generate correct
routes from "regular" URLs hasn't done much work with routes so think
carefully about edge cases before you suggest that as a possible
enhancement :)
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)