[fixed] Re: url_for() and wildcards

2007-09-04 Thread Yannick Gingras
> Hi there, I have a route that looks like this: > >map.connect('/wiki/*slug', > controller="wiki", > action="view") > > Later on I try to expand my wiki links with > > url = h.url_for(controller="/wiki", > action="view", >

url_for() and wildcards

2007-09-02 Thread Yannick Gingras
Hi there, I have a route that looks like this: map.connect('/wiki/*slug', controller="wiki", action="view") Later on I try to expand my wiki links with url = h.url_for(controller="/wiki", action="view", slug=norma