Hi, I am trying to send some some objects to an applet from a JSP using Object serialization. The communication is taking place and I am receiving the objects too. But an IllegalStateException is thrown from the JSP. What might be the possible reasons for this. The scenario is the applet on initialization opens an URLConnection to the JSP and reads Objects. JSP uses the writeObject method to write into the stream.
Any help would be great Regards Sankar =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
