// final boolean isEmailConfValid = Boolean.parseBoolean(response.getText());
// force false for now, I have a feeling PM is going to want this, making it easy to turn back
// on
final boolean isEmailConfValid = false;
if ( hasParams ) {
ScheduleParamsDialog dialog =
new ScheduleParamsDialog( filePath, scheduleRequest, isEmailConfValid );
dialog.center();
} else if ( isEmailConfValid ) {
ScheduleEmailDialog scheduleEmailDialog =
new ScheduleEmailDialog( null, filePath, scheduleRequest, null, null );
scheduleEmailDialog.center();
} else {