diff --git a/core/src/main/resources/template/xhtml/form-close-validate.ftl b/core/src/main/resources/template/xhtml/form-close-validate.ftl index 66a7bd0ea..fcf416b1a 100644 --- a/core/src/main/resources/template/xhtml/form-close-validate.ftl +++ b/core/src/main/resources/template/xhtml/form-close-validate.ftl @@ -33,7 +33,7 @@ Only the following validators are supported: * double validator END SNIPPET: supported-validators --> -<#if ((parameters.validate?default(false) == true) && (parameters.performValidation?default(false) == true))> +<#if ((parameters.validate!false == true) && (parameters.performValidation!false == true))>