Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Servlet Interest »

Re: how to pipe values from select-Tag ?

Shekhar Suman

2003-09-17

Replies:

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 listserv@(protected)
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


©2008 junlu.com - Jax Systems, LLC, U.S.A.