Posted By:
Manish_Sharma
Posted On:
Wednesday, January 2, 2002 03:47 AM
How can i pass the result of database query ,which i did in Action's perform method, in a actionform.
I mean to say that i have jsp1 which takes user parameter and based on that Action class hits the databse and get the result set which i store in a vector.Now i want to show this result in jsp2.
How can i achieve this???