Hi to all, i am working in one application which is having full and full ajax request like link_to_remote,form_remote_tag,render_component etc..mainly component oriented architecture,so if we click the back button on the browser it goes to main page.if user read one article under the article tab and he wants to bookmark that article then the url having no data to bookmark that particular article (e.x demo.mydomain.com/app) thats all.So user cannot bookmark this article,how can i implement the back button and bookmarks for my application.if any one know the solution please let it me know. Thanks, Balakrishnan -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 15 Feb 2008, at 06:54, Bala Krishnan wrote:> i am working in one application which is having full and full > ajax request like link_to_remote,form_remote_tag,render_component > etc..mainly component oriented architecture,so if we click the back > button on the browser it goes to main page.if user read one article > under the article tab and he wants to bookmark that article then > the url > having no data to bookmark that particular article (e.x > demo.mydomain.com/app) thats all.So user cannot bookmark this > article,how can i implement the back button and bookmarks for my > application.if any one know the solution please let it me know.You''ll have to implement it yourself: http://exanimo.com/javascript/using-the-statemanager-in-ajax-apps/ http://code.google.com/p/reallysimplehistory/ Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---