2
Fork 0

[svn r276] made import work almost

This commit is contained in:
willemc 2007-08-24 23:18:39 +02:00
parent e120304436
commit b1aee18d36
6 changed files with 9 additions and 7 deletions

View file

@ -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);
}