I want to print the total list of employee's data in jsp by calling another class which returns data from a database.
My jsp code is as below. I'm using Dbcon
as my class name which returns the result set.
If this is not possible, please let me know what the correct procedure would be to do this.