formNode.setDirty();
}
}
private void setNewValidationFormFile(FormNode formNode, String fileName) {
FormNodeSetValidationFileCommand command = new FormNodeSetValidationFileCommand();
command.setFormNode(formNode);
command.setValidationFileName(fileName);
executeCommand(command);
}