Re: how to pipe values from select-Tag ?

Shekhar Suman <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Message-ID <000a01c37cff$f22cc1b0$2001a8c0@shekhar>
Hi,

> There's errormessage :
>
>                C:\ServletDevel\WebExcel\CheckLoginMod.java:127: cannot
resolve symbol
>                    symbol  : method getParameterValues (java.lang.String)
>                    location: class CheckLoginMod
>         String[] pfad = getParameterValues("proField" );
>                                 ^

this is the way to use GetParameter

 public void doget(HttpServletRequest req, HttpServletResponse res) throws
IOException{

String[] pfad = req.getParameterValues("proField" );
}
Then u will not get error messages

Shekhar


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.518 / Virus Database: 316 - Release Date: 9/11/2003

___________________________________________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.