you can new an ObjectOutputStream(res.getOutputStream) and then
writeObject(the object you want to pass to the applet). Be aware that the
object you want to pass can be serialized.

Hope this will help.
Molly


-----Original Message-----
From: Eugene Sureev [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 11, 2000 5:24 AM
To: [EMAIL PROTECTED]
Subject: How to send an object from servlet to applet?


Hello list.
How can I send an object from servlet to applet via the Post method?


Best Regards, Eugene Sureev
                       [EMAIL PROTECTED]

___________________________________________________________________________
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

___________________________________________________________________________
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

Reply via email to