mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Output "onreset" properly
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@726337 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user