Hi all,

I have been working with Java for quite some time but have just started
using servlets. I am a beginner so please bear with me.

I am submitting a form to a servlet. This servlet has a doPost method which
executes but does not send any HTML output to the client. For testing I have
the same code in doGet as in doPost. I even tried simply calling doGet thru
doPost. It still won't work. It works with the get request ofcourse.

I am using Weblogic and tried to study the documentation and properties.
Seems to be okay.

Do I need to specify in some way that I want my Post to generate HTML. I did
not find so in any example. I am referring to Core Servlets and JSPs book by
Marty Hall.


Thanks,
tanmay

___________________________________________________________________________
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

Reply via email to