Can not see edits until Web refresh is clicked

Please some one help. I am using a form on the web and the user creates a document, submits it, and the @Return formula takes the user back to a view containing the docuements that was just created. User then opens the document and clicks an edit button I have on the form to edit the document. The user then make a change to any field and submits the change. User then opens the document, but the changes that were made to the fields are not there yet. But if the user clicks the browsers refresh icon, the doucment will refresh and the changes to the fields will then be seen. Why does this happen, and is there anyway to make the refresh happen automatically so the user does not need to hit the browser refresh?Thank You.

Sincerely frustrated,

Kenn

Subject: Can not see edits until Web refresh is clicked

It is my guess that the reason is that the browser is caching your pages. Try turning that feature off in your browser.

Subject: RE: Can not see edits until Web refresh is clicked

It would be more efficient to just set an Expires header of 0 when opening the view, than to disable browser caching all together, I think.

Subject: RE: Can not see edits until Web refresh is clicked

Yes, I agree with you, but how do you impliment this expires header 0, and will it work?

Thanks!