Hi, I created a state using actionscript, All the fields in the state are creating dynamically at run time. I want to recreate all the fields in the state if user come back to the same page second time instead of assigning currentState='stateName'. My Problem is user can revisit the same page with different data and needs to create separate states depends on the data.
Please suggest me what i can do to achieve this task. I have one solution like i can create state every time user come to the page, but it is becoming a burden on the page after too many visits. Please let me know can i remove all the state manually from the flex session if yes how? I Appreciate your help. Koti