public String getResponse() {
return fResponse;
}
public void doExecute() {
final Context context = getContext();
final WebClient wc = context.getWebClient();
final AbstractDialogStep dialogStep;
if ("confirm".equalsIgnoreCase(getDialogType())) {
dialogStep = new ConfirmDialogStep("true".equals(getResponse()), null, null, getSaveProperty(), getSavePropertyType());
}