Ok, guys & gals, I'm in dire need of some advice. I'm using web2py components extensively and they work fine, of course. But I need to find a solution to make browser history aware of components being loaded.
I'm aware of projects such as: - history.js ( https://github.com/balupton/History.js/ ) - jquery-hashchange-plugin ( http://benalman.com/projects/jquery-hashchange-plugin/ ) - http://www.adequatelygood.com/2010/7/Saner-HTML5-History-Management and info such as this: - https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history I tried working with jquery-hashchange-plugin but to no avail. So while I continue troubleshooting, testing and pulling my hair out, I'd like to ask for group's experiences. What technique do you use and how have you integrated it with web2py? I'm currently only looking to handle a straightforward back / forward in a browser after a single web2py component load. I'd like it to work as far back as IE8, but even if only modern browsers are supported, that would be fine. Any advice would be greatly appreciated!

