Diff between request.getParameter() and request.getInputStream()

2001-09-18 Thread Parag Patwa
CAn anyone tell me the difference between request.getParameter() and request.getInputStream()? I am assuming they both return the same part of the request in different forms. Parag Diese Nachricht ist vertraulich. Sie ist ausschliesslich fuer den im Adressfeld ausgewiesenen Adressaten besti

Re: OutputStream

2001-09-17 Thread Parag Patwa
I am not calling the getoutputstream method anywhere else in my code.. yilmaz <[EMAIL PROTECTED]> on 17/09/2001 12:17:11 Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: (bcc: Parag P

OutputStream

2001-09-17 Thread Parag Patwa
I have response.getOutputStream() in my jsp, but at runtime I get the following error: java.lang.IllegalStateException: getOutputStream() has already been called. Does anyone have any ideas? Parag Diese Nachricht ist vertraulich. Sie ist ausschliesslich fuer den im Adressfeld ausgewiesenen

Re: Calling a Static Method in JSP

2001-09-14 Thread Parag Patwa
pecification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Parag Patwa/LON/WLB) Subject: Re: Calling a Static Method in JSP Just as you would do it in a normal java program: a) Import the requisite class. b) Call the static method of that class. It is assumed that the c

Calling a Static Method in JSP

2001-09-14 Thread Parag Patwa
My scenario is as follows: >From /admin/test.jsp, am trying to call a static method which is in a class in com.x.y.z. How can I do this? any help much appreciated. Diese Nachricht ist vertraulich. Sie ist ausschliesslich fuer den im Adressfeld ausgewiesenen Adressaten bestimmt. Sollten Si

Re: CALLING A SERVLET FROM A JSP

2001-09-13 Thread Parag Patwa
What I have is as follows: /admin/jsp1 /web-inf/classes/servlet now using jsp1, how can i use help Parag Dave Prout <[EMAIL PROTECTED]> on 12/09/2001 18:31:57 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Parag Patwa/LON/WLB) Subject: Re: CALLING A S

Re: CALLING A SERVLET FROM A JSP

2001-09-13 Thread Parag Patwa
other directory using relative paths. Parag Dave Prout <[EMAIL PROTECTED]> on 12/09/2001 18:31:57 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Parag Patwa/LON/WLB) Subject: Re: CALLING A SERVLET FROM A JSP why not use ? -Original Message- F

CALLING A SERVLET FROM A JSP

2001-09-12 Thread Parag Patwa
Hi, I am trying to call an existing servlet from a jsp. Can this be done and if so, can someone give me some example code? thanks Parag === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For di