I am working on adding functionality to where the URL takes in a parameter as defined by an MVC style looking way. eg. (www.myurl.com/#viewName/Id/12345 ) where 12345 is the corresponding Id number that I want to get.
I have this functionality working. I am using Internet Explorer 7.
My issue is that when a user attempts to enter a new query string id into the URL, the page doesn't refresh when the user hits enter or the refresh button. (The user can navigate to the url/#/Id/12345 only when opening a new window/tab)
Does anyone know if this is a feature that doesn't work in Flex or if there is some code or configuration needed to allow this? Thanks.