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

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

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.


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

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-2631:
--------------------------

    Fix Version/s: 2.1.3

> 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.


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

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ 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.