From f4d486dbd3823b0a1da250cee011d823e045eb26 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Sun, 14 Dec 2008 02:23:24 +0000 Subject: [PATCH] Output "onreset" properly git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@726337 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/template/simple/form-common.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/>