--- "R. Mathur" <[EMAIL PROTECTED]> wrote:
> Is it possible to invoke the doPost() method
> (instead of the doGet()) of the
> servlet to which I am redirecting using
> response.sendRedirect() ??
For simple, standard form processing type stuff I have
found it sufficient to always code a doPost(), and
then code a doGet() which merely calls doPost()
sending the HttpServletResponse and HttpServletRequest
- this way my servlet can do both GET and POST.
Stuart
=====
Stuart Butler
Entier Ltd
[EMAIL PROTECTED] or [EMAIL PROTECTED]
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
___________________________________________________________________________
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