Thanks for your reply....
I understood till the point i save it in the session.. I also started implementing and am able to save the order of the list in a session but I am facing difficulty of rendering the the page in the order desired. Can u pls let me know to render as desired.. i mean how to assign the list before it renders.....??? Thank you Thanks a lot! > > Yes you could do this saving to a cookie. I think the more Rails way > to do it would be this... > > After the user changes the order of the list, send an AJAX request to > the server with the new order. Save this new order in the session. > Then use the order saved in the session when generating the page the > next time the user visits. > > Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
