----- Original Message -----
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