After loading xml in the container, I change the number of items in the xml. However, when the screen refreshed, the number of items displayed in the container did not change. I want know how to reload the xml and then the expected number of items can be displayed in the container.
Thank you very much.
Possibly the xml is cached. You may add an random parameter to url in order to make it always different. It can be (new Date()).valueOf() for example