You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/06/13 21:52:05 UTC

[jira] Resolved: (WW-2631) s:submit type="button" does not render title attribute

     [ https://issues.apache.org/struts/browse/WW-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes resolved WW-2631.
------------------------------

    Resolution: Fixed

Fixed in SVN revision 667629. Thanks for the heads up!

> 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
>             Fix For: 2.1.3
>
>
> <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.