Posted By:
hassan_hassan
Posted On:
Monday, October 15, 2001 10:41 PM
Hi all
How to make a servlet to return a value to calling jsp.
Since doPost is void method which is calling another method in the same servlet, that method returns a value to doPost method. i dont know how will i pass this value to calling jsp.
is ther any other method which cannot be void type..
Can i call a particular method in the servlet from jsp , like calling a method in java class (usebean).
pls advice
Hassan