Hi,
I am using tabindex to set my tab sequence.

jsp as a code

.
.
<html:link page="/NewContact.do" tabindex="28">Create new</html:link>
.
.

Generated html code for the above jsp is 

<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]

Reply via email to