Re: How do you select to call doPost or doGet method?

2002-12-06 Thread Garrett Smith
rvletRequest has post data or get data. --- Peter Lee <[EMAIL PROTECTED]> wrote: > When using the Requestdispatcher, how do you select to call doPost or > doGet method of servlet? How to specify which one to call? > > Thanks. > > > -- > To unsubscribe, e-mail:

RE: How do you select to call doPost or doGet method of servlet?

2002-12-03 Thread jon wingfield
:55 To: [EMAIL PROTECTED] Subject: Re: How do you select to call doPost or doGet method of servlet? You don't. The call is determined by method on the original request. "Peter Lee" <[EMAIL PROTECTED]> wrote in message 3DEB811B.8181.C9A6FA@localhost">news:3DEB811B.81

Re: How do you select to call doPost or doGet method of servlet?

2002-12-03 Thread m batsis
3DEB811B.8181.C9A6FA@localhost">news:3DEB811B.8181.C9A6FA@localhost... When using the Requestdispatcher, how do you select to call doPost or doGet method of servlet? How to specify which one to call? Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]&

Re: How do you select to call doPost or doGet method of servlet?

2002-12-02 Thread Bill Barker
You don't. The call is determined by method on the original request. "Peter Lee" <[EMAIL PROTECTED]> wrote in message 3DEB811B.8181.C9A6FA@localhost">news:3DEB811B.8181.C9A6FA@localhost... > When using the Requestdispatcher, how do you select to call doPost or d

How do you select to call doPost or doGet method?

2002-12-02 Thread Peter Lee
When using the Requestdispatcher, how do you select to call doPost or doGet method of servlet? How to specify which one to call? Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

How do you select to call doPost or doGet method of servlet?

2002-12-02 Thread Peter Lee
When using the Requestdispatcher, how do you select to call doPost or doGet method of servlet? How to specify which one to call? Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>