Hi!
I want to pass the result of a db query to my JSP page?

It would be great to get an example for the same.
i have seen the archive and there are some hints by Mr. Sumit.
But, I have not been able to understand the flow in its entirety.
My question is as follows :
Once I get the resultset and store it in the ArrayList, how do I pass the same to my JSP file?
The db interaction will be done in my XXXAction file.


Do let me know if there is a better way of doing the same.
My requirement is to show in the JSP page, the list of entries in the DB along with their values(basically, output of a select * from TestTable)


Thanks in advance,
Shanky


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to