Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@101165 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-29 15:12:08 +00:00 committed by Giancarlo Panichi
parent f6b6feb8ea
commit 80d759c6cc
2 changed files with 3 additions and 2 deletions

View File

@ -229,6 +229,7 @@ public class MainBox extends TabPanel {
}
}
//TODO
forceLayout();
} catch (Throwable e) {
Log.error("Error in MainBox: " + e.getLocalizedMessage());

View File

@ -88,7 +88,7 @@ public class TDXPanel extends FramedPanel {
TableId tableOpening = new TableId(Constants.TDX_DATASOURCE_FACTORY_ID,
tabularResourceDataView.getTrId().getTableId());
tabularData.openTable(tableOpening);
forceLayout();
//forceLayout();
}
@ -99,7 +99,7 @@ public class TDXPanel extends FramedPanel {
Constants.TDX_DATASOURCE_FACTORY_ID,
tabularResourceDataView.getTrId().getTableId());
tabularData.openTable(tableOpening);
forceLayout();
//forceLayout();
}
}