Swing application to servlet doPost problem

2002-09-09 Thread Michael P Reilly
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

Re: doPost() problem

2000-01-22 Thread Vaishnavi
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

Re: doPost() problem

2000-01-21 Thread Kevin Jones
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.

doPost() problem

2000-01-20 Thread Krishna Prasad Kalluri
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 __