RequestDispatcher problem
Hi experts,
I have a problem.
I wanna pass a query to another servlet from one servlet. The query is such :
SELECT * FROM table1 WHERE name LIKE '%delhi%'.
I do not want to use any hidden variables. It works with that using URLEncoder.encode().
I wanna call the servlet thru the RequestDispatcher method.
Any help ?
May the spirit of Java live long...
__________________
Regards,
Sherbir
|