hi,
There are 2 possibilities
1) your program is failing to build the page because of some error in the logic
and you are closing the PrintWriter without writing out
2) your program is closing the PrintWriter before the whole stream of data is
being posted out
try delaying the close PrintWriter statement
harish
Jan Agermose wrote:
> Hi all, I am having some problems with the get and post method handling
> while using servlet runner which comes along with JSWDK-1.0 GET works
> fine , but when i invoke the POST method , I get an error...."Network
> error...Connection with server reset"
>
> Has someone faced similar problems? How would you solve this problem?
>
> --
> Mvh Jan Agermose
>
> Tranek�rvej 58, v92
> 8240 Risskov, Denmark
> Tlf.: 86217787 lokal 392
> [EMAIL PROTECTED]
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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