Hi Chris ,
 
Effectivly this was the easiest way to get information i looking for from client.
 
A lot of thanks
Sidaty
 
----- Message d'origine -----
Envoy� : lundi 13 septembre 1999 17:58
Objet : Re: Problem whith BufferedReader Object

You're definately going about it the hard way.  You don't need to worry about getting a Reader and parsing the contents yourself, just use the request.getParameter("name") and request.getParameter("password") methods.
    (*Chris*)
----- Original Message -----
From: sidaty
Sent: Monday, September 13, 1999 9:59 AM
Subject: Problem whith BufferedReader Object

HI all ,
Please i have a POST FORM and want to provide 2 variables (say name and passwd) to a servlet
i define my objets like this
HttpServletRequest request ;
BufferedReader       reader  = request.getReader() ;
 
reader is the object that i want will permit me to access the 2 fields filled by the client .
 
So what are the methods available for  this object reader ( reader.XXXXXXX)  that let us get what the client type in name and passwd fields
I tried reader.parseInt() , reader.getAttribute()
 
Please Can anybody guide me .
 
A lot of thanks
 
 
    
        
 
 
 

Reply via email to