Hi,

Let me confuse u a bit with the following :

a) It does not matter which of these u put u'r code in.
b) To maintain consistency across the project, choose that method which
serves the majority of the ACTION parameter across all your forms i.e if
u have more GET's use doGet(...) in your servlets (which is what I
imagine should be the case), else use doPost(...).
c) Of course, if u decide on the above approach, do not forget to call
this method from the other one (to take care of issues relating to some
joker in the HTML team changing the GET to a POST).

Hope it helps.

- Uddipan Bagchi.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to