Hi, i'm trying to serialize a HashTable that has different objects stored (Font, Color, ColorCompuesto -this is a propietary class we made, String), if i use in the browser the java plugin 1.2.2 or 1.3 it works fine :), but :(, if i use 1.1.x it fails.... what's happening?? in the server i use the writeObject method from class ObjectOutputStream, like this.. Hashtable hTemp = someMethodThatReturnsAHashtable(); myObjectOutputStream.writeObject (hTemp); in the client i have this.. Hashtable hTemp = (Hashtable) myObjectInputStream.readObject(); so, if i use jdk1.2 or later in the browser it works fine, but if i use jdk1.1.x it does not work. Please help me, it is very urgent... Javier Galindo ___________________________________________________________________________ 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
