Ayo Babatope

Greenhorn
+ Follow
since Jan 17, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ayo Babatope

Hello Friends,

I am trying to populate an html table on a jsp page with a servlet that queried a database but it is not populating the table..

Kindly help out..

Servlet Code: Viewall.java


jsp code: home.jsp


10 years ago
My Jtable is not refreshing itself automatically when its data in the database to which it is connected to changed.

But it will refresh when I restart the application.

I'm using my own TableModel that extends AbstractTableModel..

Please help, I want the Jtable to refresh automatically when a change occur to its data in the database.