Flex Dataprovider caching issue.
Posted
by prashanth
on Stack Overflow
See other posts from Stack Overflow
or by prashanth
Published on 2010-03-23T23:27:21Z
Indexed on
2010/03/23
23:33 UTC
Read the original article
Hit count: 348
flex
I have two combobox controls. If i change combobox A then I am reading from xml and populating combobox B. The xml is loaded into memory in Application's creationComplete method.
When I select values in combobox A and then open combobox B, I am seeing the values correctly, but when I deploy it on the server in a different machine (which is in a different subdomain), then my combobox B values are not cleared and are retained by old selection, when I select the combobox B, then it is getting refreshed.
I am making the dataprovider = null for combobox b, and when I am assigning new collection then i am refreshing the arraycollection as well. But still the problem is not solved.
© Stack Overflow or respective owner