Need to Refresh the Browser

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 .

So, Please help me to refresh the browser.

Thanks in advance

Hello, I have the same problem :cry:
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

Gege

Without ajax option, it’s better but now, after 5 minutes, the error message is “page expired” :?
May be I do alter server configuration ?

Thanks for reply :)

Iuse always IE7,
Servoy 3.5.3
and Windows XP

Gege

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.

What am I missing??

servoy 3.5.3
widows server 2000
IE 7

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 ?

Hope this gets you further.

I solved my problem. :D

I was using ‘typeAhead’ in a frequently used form and apparently it was
not compatible with web mode.

I changed all ‘typeAhead’ for ‘combobox’ and now don’t have any problem any more when refreshing and no more expired pages.

:?: :?: :?: