I'm also having a problem with an HttpConnection doing a POST operation to a Servlet.
This is definitely a problem that's new to the 1.03 JWDTK beta. I've tracked the problem down to the handling of the request parameters.
First, I get an HttpConnection. Then I get an OutputStream from the HttpConnection and write the request parms out.
In JWDTK 1.02, the request parms are sent through to my Tomcat 4.0 server. However, when I recompile the MIDlet using JWDTK 1.03 and run the app, the request parms get swallowed up somewhere. (The Tomcat log indicates no parameter names are present in the request.)
I uninstalled JWDTK 1.03 and reinstalled JWDTK 1.02 and the problem disappeared.
Jack Frosch
I got the early release of the CLDC_1_0_overlay (KVM) to work on the PALM VII. I've had good success with that release because it supports INETLIB. However, its not MIDP. It seems the MIDP beta doesn't include inet(wireless) support like the cldc_overlay did. NETLIB is the standard networking lib for the modems etc. I'm now back to the emulators...