Dear All,
I'm writing an
applet to use in web application which is for showing a list from backend db. I want to keep the previous state of the list (cursor position, the selected entry...) when user navigates back to the page containing the applet.
My solution is to keep the main Panel object (showing the list) of the applet in a static Hashtable and get it from this Hashtable when returning.
My applet worked smoothly in IE with Microsoft JVM plugin but it failed when I used Sun JRE 1.4 (IE, Firefox). Here is exception it thrown:
This exception thrown when the Panel object is retrieved from static Hashtable and added to the applet's interface.
Has anyone experienced this problem? Please let me know how to fix it?
Thanks in advance.
[ July 27, 2005: Message edited by: Chinh Tran Nam ]