Author: musachy Date: Sat Dec 13 18:23:24 2008 New Revision: 726337 URL: http://svn.apache.org/viewvc?rev=726337&view=rev Log: Output "onreset" properly
Modified: struts/struts2/trunk/core/src/main/resources/template/simple/form-common.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/simple/form-common.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/form-common.ftl?rev=726337&r1=726336&r2=726337&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/template/simple/form-common.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/simple/form-common.ftl Sat Dec 13 18:23:24 2008 @@ -36,7 +36,7 @@ onsubmit="${parameters.onsubmit?html}"<#rt/> </#if> <#if parameters.onreset??> - onsubmit="${parameters.onreset?html}"<#rt/> + onreset="${parameters.onreset?html}"<#rt/> </#if> <#if parameters.action??> action="${parameters.action?html}"<#rt/>