You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "tm_jee (JIRA)" <ji...@apache.org> on 2006/09/07 16:14:32 UTC

[jira] Created: (WW-1433) duplicate tabindex in checkbox.ftl

duplicate tabindex in checkbox.ftl
----------------------------------

                 Key: WW-1433
                 URL: http://issues.apache.org/struts/browse/WW-1433
             Project: Struts 2
          Issue Type: Bug
          Components: Views
            Reporter: tm_jee
         Assigned To: tm_jee
            Priority: Minor
             Fix For: 2.0.0




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (WW-1433) duplicate tabindex in checkbox.ftl

Posted by "tm_jee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1433?page=all ]

tm_jee resolved WW-1433.
------------------------

    Resolution: Fixed

<#if parameters.tabindex?exists>
 tabindex="${parameters.tabindex?html}"<#rt/>
</#if>

is duplicated in checkbox.ftl (simple theme). Fixed in svn head.

> duplicate tabindex in checkbox.ftl
> ----------------------------------
>
>                 Key: WW-1433
>                 URL: http://issues.apache.org/struts/browse/WW-1433
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>            Reporter: tm_jee
>         Assigned To: tm_jee
>            Priority: Minor
>             Fix For: 2.0.0
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira