Hello, I wish to experiment with using cookies and the easiest way that I found was to use JSObject. But AFAIK the only way to get a JSObject instance is by calling JSObject.getWindow (java.applet.Applet). Apache pivot does not seem to expose the underlying java.applet.Applet instance, nor does it expose BrowserApplicationContext.HostApplet which extends java.applet.Applet.
How can I get at the underlying java.applet.Applet instance so that I can create a JSObject? Or is there another way of creating a JSObject? If neither of those methods are possible, is there another suggestion for reading/writing cookies without signing? Thanks! -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Using-Cookies-with-JSObject-and-exposing-java-applet-Applet-tp4021991.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
