Re: Reverse prefix routing

2009-05-08 Thread geoff
I don't seem to recall that working either. The only time it did work was when visiting the URL directly. On May 8, 12:46 pm, majna wrote: > what about pagination URL's with prefix routing? > > On May 8, 12:38 pm, geoff wrote: > > > It's not useless -- it does still work. It just doesn't work i

Re: Reverse prefix routing

2009-05-08 Thread majna
what about pagination URL's with prefix routing? On May 8, 12:38 pm, geoff wrote: > It's not useless -- it does still work. It just doesn't work in the > reverse direction. If I visit /wap/users/login, I'm routed correctly > to UsersController::wap_login. However, it's when I try to create the >

Re: Reverse prefix routing

2009-05-08 Thread geoff
It's not useless -- it does still work. It just doesn't work in the reverse direction. If I visit /wap/users/login, I'm routed correctly to UsersController::wap_login. However, it's when I try to create the URL in the page it self, so essentially saying "these are the params that I want you to map

Re: Reverse prefix routing

2009-05-08 Thread majna
I have same issue. Prefix routing is useless. (reverese routing, pagination...) "Routing.admin" accepts only one prefix. I would like to see prefix routing fixed ASAP in cake :) On May 8, 11:45 am, geoff wrote: > Hey all. This is pretty much a copy-paste of what I've just posted on > my blog,