tabindex on submit button

MartyH <[email protected]> Sat, 16 Dec 2006 05:54:11 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <4578105.1166270081448.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
Hi guys

having some diffs with setting a tabindex on a submit button

the ww stuff i'm using is this:
[code]
            <@ww.submit tabindex="10" type="image" value="%{'Submit'}"  label="%{getText('userBilling.submitForm')}" src="img/buSaveEntry.gif" onclick="return validateTime()"/>
[/code]

the html thats rendered is this:
[code]
<input type="image" alt="Submit the form" src="img/buSaveEntry.gif" id="saveTimeEntry_0" value="Submit" onclick="return validateTime()"/>
[/code]

is there any reason why this isn't rendering the tabindex value?

Marty
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=53885&messageID=108157#108157

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]