You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2008/06/13 21:51:24 UTC

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

Author: jholmes
Date: Fri Jun 13 12:51:24 2008
New Revision: 667629

URL: http://svn.apache.org/viewvc?rev=667629&view=rev
Log:
WW-2631 s:submit type="button" does not render title attribute

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

Modified: struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl?rev=667629&r1=667628&r2=667629&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl Fri Jun 13 12:51:24 2008
@@ -40,6 +40,9 @@
 <#if parameters.cssStyle?exists>
  style="${parameters.cssStyle?html}"<#rt/>
 </#if>
+<#if parameters.title?exists>
+ title="${parameters.title?html}"<#rt/>
+</#if>
 <#if parameters.tabindex?exists>
  tabindex="${parameters.tabindex?html}"<#rt/>
 </#if>