November 2008
1 post
3 tags
Back-button problem
We face tons of problems while creating ajax-based RIA. It seems like the most popular is so called ‘back-button problem’. I’m going to share my solution of this problem. I hope it will help you. The idea is very simple. We have the object, whose job is to load required content to the main container. Lets name it PageFlow. PageFlow has a public method loadPage that accepts a pageName...
Nov 23rd