[ http://issues.apache.org/struts/browse/STR-818?page=all ]
David Evans reopened STR-818:
-----------------------------
Assign To: Martin Cooper (was: Struts Developer Mailing List)
> <html:link> tabindex isn't working
> ----------------------------------
>
> Key: STR-818
> URL: http://issues.apache.org/struts/browse/STR-818
> Project: Struts Action 1
> Type: Bug
> Components: Taglibs
> Versions: 1.1 Beta 2
> Environment: Operating System: other
> Platform: PC
> Reporter: Edwin van Nuil
> Assignee: Martin Cooper
> Fix For: 1.1 Family
> Attachments: LinkTag-tabindex.diff
>
> When I use the <html:link> tag and use a tabindex, this tabindex isn't inserted
> into my HTML. Example :
> Jsp : <html:link href="javascript:login();" styleClass='LinkWit'
> tabindex="3" >Inloggen</html:link>
> Html (view source) : <a href="javascript:login();"
> class="LinkWit">Inloggen</a>
> It's working normally with <html:text>
--
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
|