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.

Regards,

Edwin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to