| Author |
rd.forward()
|
Meghasyam Bokam
Greenhorn
Joined: Feb 27, 2003
Posts: 16
|
|
Hi, when we call rd.forward("/servlet/AccountServlet") in the doPost() method of LoginServlet, which doXXX() method is called in the AccountServlet. Assume both LoginServlet and AccountServlet are in the same web appl. Thanks, Meghasyam.
|
Regards,<br />Meghasyam.<p>SCJP1.4
|
 |
Daniel Zhang
Greenhorn
Joined: Aug 07, 2003
Posts: 2
|
|
|
I think it'll be doGet() since the default method is GET if POST is not explicitly specified.
|
 |
Faisal Khan
Ranch Hand
Joined: Jun 29, 2003
Posts: 285
|
|
|
Well best way to learn is to try it out and see which method it calls but it appears it will be the doGet
|
The secret to creativity is knowing how to hide your sources.
|
 |
 |
|
|
subject: rd.forward()
|
|
|