You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2006/05/17 07:07:37 UTC

svn commit: r407157 - /struts/action2/trunk/core/src/main/resources/template/simple/submit.ftl

Author: hermanns
Date: Tue May 16 22:07:36 2006
New Revision: 407157

URL: http://svn.apache.org/viewcvs?rev=407157&view=rev
Log:
ups, fixing double id param for input type submit and button...

Modified:
    struts/action2/trunk/core/src/main/resources/template/simple/submit.ftl

Modified: struts/action2/trunk/core/src/main/resources/template/simple/submit.ftl
URL: http://svn.apache.org/viewcvs/struts/action2/trunk/core/src/main/resources/template/simple/submit.ftl?rev=407157&r1=407156&r2=407157&view=diff
==============================================================================
--- struts/action2/trunk/core/src/main/resources/template/simple/submit.ftl (original)
+++ struts/action2/trunk/core/src/main/resources/template/simple/submit.ftl Tue May 16 22:07:36 2006
@@ -20,9 +20,6 @@
 <#else>
 <#if parameters.type?exists && parameters.type=="image">
 <input type="image"<#rt/>
-<#if parameters.id?exists>
- id="${parameters.id?html}"<#rt/>
-</#if>
 <#if parameters.label?exists>
  alt="${parameters.label?html}"<#rt/>
 </#if>