开发者

Flex Dataprovider caching issue

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.


I was compiling in flex builder with flex sdk 3.2 and while deploying the build it was compiled with flex sdk 3.5 which is not released. See the bug details from Adobe bug database. bugs.adobe.com/jira/browse/SDK-25155

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜