I have a URL calling a controller, and that controller is calling
ANOTHER controller by requestAction.

This is the URL I have:
http://localhost/admin/sections/view/175/page:1/sort:file/direction:asc

I send the parameters to the new controller, and everything but the
direction works fine.

When I click on the paginated link, it keeps putting "ASC" for the
options and not "DESC".

If I change the URL to desc *manually*, it works.
URL: http://localhost/admin/sections/view/175/page:1/sort:file/direction:desc


However, if it queries the DB for ASC, I'll still get 'ASC' on the
options [which isn't what's desired].

Any ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to