Click to See Complete Forum and Search --> : request.getparameter


anu159
03-08-2007, 10:12 AM
I am unable to retrieve the whole text(e.g process compliances ) from the textbox's in our jsp pages by using request.getParameter in our java servlets .I am able to get only the first word (e.g process) but not the whole string (process compliances).
what should i do....
plz help.

Khalid Ali
03-08-2007, 06:31 PM
thats strange, post your java code here exactly what you have where u get this information

anu159
03-08-2007, 09:46 PM
hav attached both .java and .jsp file. plz have a look spot out the mistake if possible.