| Author |
getting column values from database on a JSP without oprning connection in JSP
|
priyanshu bhardwaj
Greenhorn
Joined: Jul 30, 2005
Posts: 20
|
|
if I want to take some name form database but don't want connection in JSP I open a connection in a class and call that class method from the JSP by making a object of that class in JSP I'm getting a blank combo box i'e no results from database I also used ResultSet object rs.next() But there is this problem Please try to understand and resolve the problem Thanks for reading my problem and giving time to it bye :roll:
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Try adding logging or System.out.println() statements to the class method you are calling. Without a specific error message or example code, its hard to tell what the problem could be.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: getting column values from database on a JSP without oprning connection in JSP
|
|
|