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

Reply via email to