[svn r276] made import work almost
This commit is contained in:
parent
e120304436
commit
b1aee18d36
6 changed files with 9 additions and 7 deletions
|
|
@ -149,6 +149,7 @@ public class DefaultVascTableController implements VascTableController {
|
|||
* @see com.idcanet.vasc.core.VascTableController#refreshData()
|
||||
*/
|
||||
public void refreshData(VascTable table) throws Exception {
|
||||
table.setSelectedObject(null);
|
||||
table.setTableData(table.getVascDataSource().execute());
|
||||
fireVascEvent(VascEventListener.VascEventType.DATA_UPDATE, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue