setPageComplete(false);
return;
}
try {
int port = Integer.parseInt(porttext.getText());
dataSource = new AgentExecutionDataSource(address, port,
resetcheck.getSelection());
} catch (NumberFormatException e) {
setErrorMessage(ImportReportPage1NoExecutionDataPort_message);
setPageComplete(false);
return;