In symfony, when you go to a 'list' webpage and either sort or filter the records, you get a cookie that remembers this sort or filter. If you don't 'reset' the filter, or somehow undo the sort (I don't even know if it is possible to undo the sort in a default install of symfony?), this cookie will be applied the next time you visit the same list page (as long as the cookie hasn't been cleared or expired).
I find this 'cookie' remembering sort/filter behavior a bit of a nuisance, as it can give you the false impression that your routing rule/link combination is working, when really it is the cookie that is doing all the work! Best perhaps to temporarily disable cookies entirely on your browser while you test routing/link combinations (but I can't do this as I also need to be 'logged in')? There is another thread here: http://groups.google.com/group/symfony-users/browse_thread/thread/b0c5d064da5da2ba?hl=en# where we are trying to solve the puzzle of a URL link that displays 'filtered' records (with a VERY ugly URL) and how to make the URL clean with routing.yml. So far, I am unable to get ANY combination of a filtered URL to work with routing.yml. I know such things are possible, but I don't understand how routing.yml works to create the right routing rule for my ugly filtered links. I've searched both here and on the symfony site for examples/help, but have not found anything that I am able to understand. I'm sure someone knows an answer: we just need this person to read one of these threads and offer suggestions! [crosses fingers for luck] On Apr 3, 2:41 am, manish <[EMAIL PROTECTED]> wrote: > Hi, > i have generate a routing rule in routing.yml and create a url > according routing rule in templet. > it's working correctly when i don't clear the cookies from the firefox/ > IE. > but when i clear the cookie from firefox/IE, it's not working. > > Basically when i clear the cookies from private data in firefox and > pass the URL which i have created , the required page does not open. > the required url :--- > > (http://www.example.com/residential/sale/properties/Apartment/Rs > +0-10+Lakh/1-2+beds/1-2+baths/0-1000+sqft/New+Delhi > > and it's forward in to the url:- > > http://www.example.com/residential/sale/properties/New+Delhi. > and open this page. > > both url are execute in the listsuccess.php i.e. action class of > listsuccess(executelist()). > what should i do? > plz help... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---