diff --git a/core/src/main/resources/template/simple/form-common.ftl b/core/src/main/resources/template/simple/form-common.ftl index 6de494f01..91cbbcc2a 100644 --- a/core/src/main/resources/template/simple/form-common.ftl +++ b/core/src/main/resources/template/simple/form-common.ftl @@ -36,7 +36,7 @@ onsubmit="${parameters.onsubmit?html}"<#rt/> <#if parameters.onreset??> - onsubmit="${parameters.onreset?html}"<#rt/> + onreset="${parameters.onreset?html}"<#rt/> <#if parameters.action??> action="${parameters.action?html}"<#rt/>