Prevent Caching xml caching for other components

Hi,



you have a prevent caching xml function in the grid but do you have one for toolbars? or other components



thanks



richard

Hello,

Toolbar does not automatically preventing caching. You can do it manually by adding the following
to the request string: obj.loadXML(“myxmlfile.xml?someparams…&etc=”+new Date().getTime());

ok thanks