s:submit type="button" does not render title attribute
------------------------------------------------------
Key: WW-2631
URL: https://issues.apache.org/struts/browse/WW-2631
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.0.11.1
Reporter: Stefan Gebhardt
<s:submit type="button" does not render title attribute because submit.ftl
template is missing corresponding code.
--snipp--
<#if parameters.type?exists && parameters.type=="button">
<button type="submit"<#rt/>
.
.
.
---missing code ---
<#if parameters.title?exists>
title="${parameters.title?html}"<#rt/>
</#if>
.
.
.
--snapp--
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.