Hi
 
I have figured out what wen�t wrong with applet to servlet communication. First it was my 
server who didn't support java 1.2 and my applet was 1.2 . This shouldn't be a problem since you can
set the ObjectOutputStream to use the right protocol. But this didn't work correctly. I then focused on
DataOutputStream and tried to communicate with this instead. But bug  4257898 says that you can't
communicate correctly between a applet and a servlet using jre1.3 and I have to use
jre1.3 because I am using some features in my Applet that don't work with jre1.2.2 .
Does anyone knows when next version of jre1.3 is coming. We have to postphone our
project until then.
 
/Per

Reply via email to