|
Caling an Applet Method thru VBScript that shows a dailog box
I have an Applet. When user does some changes to the applet and leaves the applet .. the system warns the user to save the changes Yes/No. If user selects 'Yes' i am calling the save method of the spplet from VBscript. Now in this save it carries out some validations. If there is any invalid data then a dailog box is loaded by the applet that shows the error message.BUt it is giving following exception..
java.lang.SecurityException: Applet classloader has invalid AppContext
Can anyone Pls help me?
Thanks,
Prachi
Last edited by prachi_goliwadekar : 05-07-2008 at 01:36 PM.
|