>From: Celal Ceken <[EMAIL PROTECTED]>
>
>what is the difference between doGet and doPost. Thanks for your help...
doGet is called when the browser does a HTTP GET request.
doPost is called when the browser does a HTTP POST request.
GET is usually sent when the user clicks on a link (href) or
types a url into the browser location.
POST is usually done in a form. Eg <FORM action="servlet" METHOD="post"></FORM>
the big red "Professional JSP" by wrox press is a pretty good book.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets