Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@86343 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-28 18:57:15 +00:00 committed by Giancarlo Panichi
parent fcb70df9c9
commit 75629687d9
2 changed files with 3 additions and 1 deletions

View File

@ -22,13 +22,14 @@ public class TDOpen extends WizardWindow {
Log.info("TDOpen: "+title);
setWidth(550);
setHeight(520);
BUTTONNEXTLABEL="Open";
tdOpenSession= new TDOpenSession();
TabResourcesSelectionCard tabResourcesSelection= new TabResourcesSelectionCard(tdOpenSession);
addCard(tabResourcesSelection);
tabResourcesSelection.setup();
}

View File

@ -103,6 +103,7 @@ public class TabResourcesSelectionCard extends WizardCard {
};
//getWizardWindow().setNextButtonCommand(sayFinish);
getWizardWindow().setFinishCommand(sayFinish);
}