As I know, since Server-Side can't know the ESC key has been pressed  , the
problem can't be avoidable.

-----Original Message-----
From: Rajendra Mishra [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 10, 1999 9:30 AM
To: [EMAIL PROTECTED]
Subject: Can a servletknow that the user has cancelled the operation


Is there a way to know in my servlet that the user has cancelled the
operation>

I have a servlet which loads a Dll. the DLL creates COM objects by calling
CoCreateInstance. The problem is if the user initiates the request and then
presses ESC, then the next time the servlet is callled it gives an error
"CoCreateInstance failed.".

I am thinking that this being caused because the previous request is still
being processed (probably the control is in some COM fn). Has anybody faced
this problem?

Thanks.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to