I have an applet that sends various requests/serialised objects to my servlet.

At present it differentiates in a very BAD way.  By setting the content type to
various custom values.
Consequence is Netscape doesn't seem to send out the content-type from an
applet??

So far I see to solutions
1) send encoded parameters.  How do I encode and send parameters in an applet?

2) write an object (eg String) as the first object of every request. And let the
servlet differentiate on the basis of this.  However this would involve complex
method calls from the middle of try blocks.  And it seems that option 1) would
be preferable anyway.

Any ideas?

mike

___________________________________________________________________________
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