DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12209>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12209 <html:link> tabindex isn't working Summary: <html:link> tabindex isn't working Product: Struts Version: 1.1 Beta 2 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>