I searched the archives and have seen versions of this problem but no applicable
solution to this problem.
I'm using JDK1.3 and Tomcat server 4.0.
I have a Swing application that does a doGet on a servlet and receives serialized data
from a servlet with no problem at all. I do some updates on t
Try to do a System.out.println in the applet just before you send it.
Similarly System.out in the Servlet at the point you receive .
- Original Message -
From: Krishna Prasad Kalluri <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 20, 1999 3:00 AM
Sub
Krishna Prasad Kalluri
> Sent: 20 October 1999 09:01
> To: [EMAIL PROTECTED]
> Subject: doPost() problem
>
>
> hi
> I am calling a servlet from an applet and I am using the doPost()
> method in the servlet.I am sending loginID and passwd as parameters to
> the
> servlet.
hi
I am calling a servlet from an applet and I am using the doPost()
method in the servlet.I am sending loginID and passwd as parameters to
the
servlet.The servlet receiving the values as "null"
I don't understand what the problem is.
waiting for the help
prasad
__