Hi, I am using tabindex to set my tab sequence. I need to set the tabindex for link also, my jsp as a line . . <html:link page="/NewContact.do" tabindex="28">Create new</html:link> . .
But the html is generates as follows for the above line.. <a href="/WebGUI/NewContact.do">Create new</a> ... missing tabindex.... am i doing something wrong... Deepak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

