|
From: Peter E. <P.E...@er...> - 2002-03-25 09:45:06
|
To confirm - I just had a look at openflow.py, and I don't see any difference between the way processes and instances are deleted. Yet IE5 always responds correctly to process deletion, and never to instance deletion. I don't think it can be anything to do with page caching, because the zope object for the instance has not been deleted - if I quit IE5 and reload, the object is still there. Strange. Peter -----Original Message----- From: Daniele Tarini [SMTP:d.t...@ic...] Sent: 25 March 2002 08:55 To: Peter Edwards; 'Michael Beaulieu'; Ope...@li... Subject: Re: [Openflow-dev] Deleting instances (cont) On Thursday 21 March 2002 18:18, Peter Edwards wrote: > To OpenFlow developers: is deleting instances any different from deleting > anything else? > Are you using a bit of non-standard HTML here, or else something that > Micro$oft implements wrongly? It is a normal Zope item removal, it is like deleting anyting else in Zope. The only other thing it does is redirecting your browser to the page showing the "Process instances" tab. Could this trick IE5 (the page was previously cached by IE5)? Daniele |