Hi All,
In my application, I need to change one image along with some other details and press the save button to save record. And it should reflect ie after save image should change.
Now, Records are getting updated and images also . But the new image is not showing . If I press the refresh button of browser then it is coming .
Hello, I have the same problem
After a few clicks (6 or 7), the graphic interface is bloked whereas the
code is still rolling.
I have to click on F5 to refresh the screen
I’m using IE7
Servoy 3.5.3
Java v1.6.0-b105
and Windows XP
I also having a refresh issue. I am running a method that saves changes to a record, visually it appears that the method didn’t run, but if you click browser refresh it goes to the correct form and changes appear. Is there a function that insures that a refresh occurs? Note I have used the controller.saveData() to illicit the refresh, does not always trigger refresh.
This is all in IE7 ?
It all suspiciously sound like a browser cache issue.
What happens when you use another browser ? IE6/FireFox/opera?
Normally a in the header would force a browser not to load anything from cache but from the website. Then again…this is AJAX so this might not apply at all.
Does Servoy use this tag ?