Hi !
I cant access my doPost method in my servlet,
it runns the doGet
because in the Applet running in Netscape 4.7
I do not get an HttoURLConnection from the url.openConnection() as
the Java API says so I cant set the requestMetod. Instad I get an
URLConnection and I 've tried with
setDoOutput( true );
setDoInput( true );
and
connection.setRequestProperty("Content-type","application/x-www-form-urlenco
ded");
connection.setRequestProperty("Request-method","POST");
what I'm missing ??
/Micke W
___________________________________________________________________________
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