Hello, is there a possibility to configure a route with optional parameters ? I've noticed that webhelpers' pagination creates urls like http://app/route?page=1 but I want to have urls like http://app/route/page/1/column/title/dir/asc - all of this parameters could be optional. I've figured out so far that the only way to achieve this is to create route for each combination of params or to use some "catch all" parameter and parse it in view. But still it leaves me with at least 2 routes per action. Is there an elegant solution for this problem or Am I doomed to stick to request.current_route and _query with combination of webserver's rewrite ?
TIA -- Krzysiek -- 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.
