To Srini Sathya : :)
---------------------
You forgot where you started my friend. This time you are wrong. I prefere to
solve my problems myself but there are situations when you have no time to
search. Even if it's a basic problem ):)->
----------------------
"Srini Sathya." wrote:

> Yes ofcourse we agree we went thro that stage but we first searched thro the
> archives, and then read some good java servlet books and still couldnt able
> to find answer posted the question here, this question is of real elemantry
> type and can be answered instantly if he/she could have gone thro the Jason
> Hunters Servlet Programming book or Java Tutorials at the sun which is
> ofcourse free of cost.  Again this list is not dedicated to this type of
> elementary questions and Never thought ourselves as supergods.  I hope u
> will also agree with me that answer for this question can be had from the
> archives and books right!!!.  I still didnt tell not to answer his/her
> question, better can be answered to him directly not to the entire list.
> Our frusturation is that for a question of this nature we are getting lot of
> answers which most of us know.
>
> Hope i have cleared the dust, if u still find any different view or anybody
> for that matter, please post me privately because the basic reason for this
> email will be defeated if we start shunting mails with each others.
>
> Thanks
> Srini
>
> -----Original Message-----
> From: Samuel Opoku-Boadu [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 21, 2000 11:21 AM
> To: [EMAIL PROTECTED]
> Subject: Re: myservlet?&param=xxx how? [ PLS STOP THIS ]
>
> Describing someone's question as silly, just because it is above you, is a
> gross
> abuse of elementary etiquette. Some of you behave as if you are supergods
> who
> never went through the growing stage. Enough of this arrogance and display
> some
> civility.
>
> "Srini Sathya." wrote:
>
> > oops!!! enough... MACRO GO THRO THE ARCHIVES BEFORE ASKING THIS KIND OF
> > SILLY AND BASIC QUESTIONS, THE ANSWER FOR THIS CAN BE OBTAINED EASILY
> EITHER
> > IN THE ARCHIVES OR FROM A BASIC JAVA BOOK.  PEOPLE PLEASE DONT RESPOND TO
> > THIS TYPE OF SILLY QUESTIONS, IF U WANT TO ANSWER, ANSWER HIM DIRECTLY NOT
> > TO THE ENTIRE LIST.  THIS IS REALLY FRUSTRATING!!!!
> >
> > YES I PUT THE CAPS LOCK INTENTIONALLY.
> >
> > SRINI
> >
> > -----Original Message-----
> > From: Gokul Singh [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, July 21, 2000 10:34 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: myservlet?&param=xxx how?
> >
> > Hi,
> >
> > You can use the method getParameter of ServletRequest to get the value..
> >
> > You can use a code like this
> >
> > doGet(HttpServletRequest req, HttpServletResponse res)
> > {
> >     // Get the value
> >     String Value = req.getParameter("param");
> > ..
> > ..
> > }
> >
> > ----- Original Message -----
> > From: "Marcos" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, July 21, 2000 3:51 PM
> > Subject: myservlet?&param=xxx how?
> >
> > > hi,
> > >
> > >     what should i write in the servlet to get the parameter?
> > >
> > > thanks in advance,
> > >
> > > marcos
> > > [EMAIL PROTECTED]
> > >
> > >
> >
> ___________________________________________________________________________
> > > 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
> >
> >
> ___________________________________________________________________________
> > 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
> >
> >
> ___________________________________________________________________________
> > 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
>
> ___________________________________________________________________________
> 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
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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

Reply via email to