After seeing your posting I gave it a go, and it worked..

My understanding is that its just an attribute thats passed straight through nothing clever going on, it should even work if you don't stick a number in there.

For example try tabindex="sparrow" and it should render okay. Although any javascript might start dummy-spitting.

Thats probably a useful as a chocolate fire-guard. But I guess you could check the version of struts you're using and that sort of thing.

Cheers Mark

On Tuesday, September 2, 2003, at 04:46 PM, deepaksawdekar wrote:

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]



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



Reply via email to