Form gets erased after 'View' and back button in ZMI
This is best explained with an example. I edit a DTML Method. I press 'save changes'. ZMI says there is something wrong with the code, I press the 'back' button in my browser. IE then reports that the page is expired and I have to press refresh to get the contents of the form back. The edits I just made, which caused the error is gone and the form reverts to the last saved values for this document. I want to be able to see the cached page which includes the values I previously entered into the form (which had errors). This is probably some setting in Internet Explorer regarding caching and use of proxy, but I can't quite get the correct settings set. I've tried to add a Cache Manager object, but this has been removed again. I use IE 6.0.2600.0000.xpclient.010817-1148, WinXP Professional, squid-2.4.STABLE1-6. I don't think the proxy is wrong, because I experience the same behaviour when I turn it off in the browser. My IE cache settings is set to 'Check for newer versions of stored pages: Every visit to the page'. I've tried it on 'automatically', with and without proxy, but this doesn't help. I've tried the other options too, but it doesn't seem to do the trick. Am I missing something here? -- Robin PS: Mozilla 0.9.8 seems to do the right thing, so it's definitly a browser "problem".
At 08.02.2002 08:54 +0100, Robin Smidsrod wrote:
My IE cache settings is set to 'Check for newer versions of stored pages: Every visit to the page'. I've tried it on 'automatically', with and without proxy, but this doesn't help. I've tried the other options too, but it doesn't seem to do the trick.
'Every time you start Internet Explorer' solves that issue for me, regardless of proxy settings. This is with IE 5.5 however, can't say about 6. HTH, Stefan
On Fri, 8 Feb 2002, Stefan H. Holek wrote:
At 08.02.2002 08:54 +0100, Robin Smidsrod wrote:
My IE cache settings is set to 'Check for newer versions of stored pages: Every visit to the page'. I've tried it on 'automatically', with and without proxy, but this doesn't help. I've tried the other options too, but it doesn't seem to do the trick.
'Every time you start Internet Explorer' solves that issue for me, regardless of proxy settings. This is with IE 5.5 however, can't say about 6.
That didn't help here. The problem still persists. -- Robin
if you save the form before you view it, it will be there. this doesnt really sound like a browser issue. I mean if you save it, it is there, no matter what you do to it. the zodb doesnt care about what browser you use. I use the zmi and use IE to test stuff as well, and have had no issues. if object is saved, this really isnt a zope issue from here on, but a pebkac issue. -chris humphries Robin Smidsrod wrote:
On Fri, 8 Feb 2002, Stefan H. Holek wrote:
At 08.02.2002 08:54 +0100, Robin Smidsrod wrote:
My IE cache settings is set to 'Check for newer versions of stored pages: Every visit to the page'. I've tried it on 'automatically', with and without proxy, but this doesn't help. I've tried the other options too, but it doesn't seem to do the trick.
'Every time you start Internet Explorer' solves that issue for me, regardless of proxy settings. This is with IE 5.5 however, can't say about 6.
That didn't help here. The problem still persists.
-- Robin
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Fri, 8 Feb 2002, Chris Humphries wrote:
if you save the form before you view it, it will be there. this doesnt really sound like a browser issue. I mean if you save it, it is there, no matter what you do to it.
the zodb doesnt care about what browser you use. I use the zmi and use IE to test stuff as well, and have had no issues. if object is saved, this really isnt a zope issue from here on, but a pebkac issue.
You've missed the point. See the initial message for a description of my problem. When I "try" to save e.g. a DTML Method, and the code has errors, and the ZMI informs me about this, I press back, and the form contains the last saved state, and not the information I tried to enter into it (which had errors). It seems like _all_ my forms behave this way, so I think it is a browser/cache/proxy issue....
-chris humphries
Robin Smidsrod wrote:
On Fri, 8 Feb 2002, Stefan H. Holek wrote:
At 08.02.2002 08:54 +0100, Robin Smidsrod wrote:
My IE cache settings is set to 'Check for newer versions of stored pages: Every visit to the page'. I've tried it on 'automatically', with and without proxy, but this doesn't help. I've tried the other options too, but it doesn't seem to do the trick.
'Every time you start Internet Explorer' solves that issue for me, regardless of proxy settings. This is with IE 5.5 however, can't say about 6.
That didn't help here. The problem still persists.
-- Robin
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Chris Humphries -
Robin Smidsrod -
Robin Smidsrod -
Stefan H. Holek