On Fri, 21 Jul 2000, Franky Silaen wrote:

> Dear all,
>
> I just want to remind all of you that this LIST only to discuss
> about servlet problems and not OTHER PROBLEM like those below.

The list is the only place to discuss what is or isn't appropriate to
discuss on the list.

> Please respect each others, if you think that the question is silly
> DO NOT join to answer it, but if you think that you know the
> solution go ahead answer it.

And if the question is off-topic or basic, answer it *PRIVATELY* to
the originator.  There is no reason the entire list needs to see six
people showing off that they know about getParameter(), in response to
a question that is answered in Chapter 2 of any basic book on
servlets.  It's bad enough that the basic/off-topic question is posted
to the list, but we don't need people compounding the problem by
posting a bunch of similar responses to the list.

>                              I hope all of you can understand it.
> Thanks

Likewise.


> -----Original Message-----
> From: Samuel Opoku-Boadu [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 21, 2000 5:21 PM
> 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
>

Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[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

Reply via email to