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