| Author |
JTable Binding problem
|
Mahesh Kedari
Ranch Hand
Joined: Nov 28, 2009
Posts: 109
|
|
Hey all,
I need some help for handling a JTable binding in multi user application.
Problem Description:
Bind the JTable with one of the table in database. And run two instances of this application. Insert the record from one session and Refresh the table in other session. It gives below Error stack.
Function performing refresh action is as given below.
Please help me figure out where am I going wrong.
Thanks
|
Regards,
Mahesh Kedari - Fidus Technologies Ltd.
|
 |
Mahesh Kedari
Ranch Hand
Joined: Nov 28, 2009
Posts: 109
|
|
Got the solution guys.....
Just made the list used in this component as observable.
Steps:
1: In Net-Beans go to properties of list that you are using for binding the table.
2: Check observable flag.
|
 |
 |
|
|
subject: JTable Binding problem
|
|
|