> -----Original Message----- > From: Edwin van Nuil [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 3:03 PM > To: [EMAIL PROTECTED] > Subject: <html:link> tabindex not working ? > > I'm using struts version 1.1b2 and I'm using tabindex with my > formfields > and this is working. But when I use tabindex with <html:link> > it's not. > > 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> > > With <html:text> it's working good.
This looks like a bug. the HTML 4.01 spec indicates that "accesskey" is a legal attribute of the "a" element. In fact, the Struts tag is taking the attribute, but it appears as if the value is ignored (as of 1.1b2). Please submit a bug in the bug database for this. (Specify the Struts project, and select "Custom Tags" in the component list). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

