Re: calling a servlet containing doPost method by clicking a hyperLink

2000-02-07 Thread Marcelo Bezerra d'Amorim
choose the first one. regards, marcelo d'Amorim - Original Message - From: Carmine Lucarelli <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 07, 2000 6:15 AM Subject: Re: calling a servlet containing doPost method by clicking a hyperLink > If I ty

Re: calling a servlet containing doPost method by clicking a hyperLink

2000-02-07 Thread Carmine Lucarelli
PROTECTED] cc:(bcc: Carmine Lucarelli/CENTRAL/CIML) Subject: calling a servlet containing doPost method by clicking a hyperLink hai friends iam facing a problem in calling a servlet containing a doPost method from clicking a hyperlink in a html page. How can i set method

Re: calling a servlet containing doPost method by clicking a hyperLink

2000-02-06 Thread Jim Richards
At 05:41 PM 6/02/00 +0530, you wrote: >hai friends >iam facing a problem in calling a servlet containing a >doPost method from clicking a hyperlink in a html page. How can i set >method = post when i was calling a servlet from a hyperlink. >when Iam using doGet in servlet iam

Re: calling a servlet containing doPost method by clicking a hyperLink

2000-02-06 Thread puppala sreenivas
lt;[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: calling a servlet containing doPost method by clicking a hyperLink >Date: Sun, 6 Feb 2000 17:41:10 +0530 > >hai friends > iam facing a problem in calling a servlet containing a >doPost method from clicking

calling a servlet containing doPost method by clicking a hyperLink

2000-02-06 Thread rajavardhan
hai friends iam facing a problem in calling a servlet containing a doPost method from clicking a hyperlink in a html page. How can i set method = post when i was calling a servlet from a hyperlink. when Iam using doGet in servlet iam able to call the servlet. any help apprec