| Author |
problem in servlet to jsp
|
Narjis Fatima
Greenhorn
Joined: Aug 14, 2010
Posts: 4
|
|
My servlet is supposed to create an instance of database object using MySql which would be passed to showperson.jsp to show the information saved in the table. But this doesnot show any result just a blank page.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
|
Please take care to reply rather than start new topics when continuing to address the same question. I locked the original post so we can continue here.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Abimaran Kugathasan
Ranch Hand
Joined: Nov 04, 2009
Posts: 2066
|
|
|
Did you get any exception in the server side?
|
|BSc in Electronic Eng| |SCJP 6.0 91%| |SCWCD 5 92%|
|
 |
Narjis Fatima
Greenhorn
Joined: Aug 14, 2010
Posts: 4
|
|
No i did'nt get any exception but i ma unable to debug it line by line can you tell me how to debug and add watches in Netbeans 6.9
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
I would start by writing to a log file the number of items in personList immediately after line 37 in the servlet - perhaps it really is empty.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: problem in servlet to jsp
|
|
|