The tabindex attribute in commandLink does not render/pass-through; Why?
Here is my simple example that does not work:
<h:commandLink tabindex="5" id="myLink" value="whatever" />
Here is the rendered HTML:
<!--Start: javax.faces.Command["myLink"]--> # whatever
Notice there is no tabindex.
The tabindex attribute is rendered/pass-through with the commandButton but
not the commandLink.
Any ideas or known issues in the JSF core library with tabindex and
commandLink?
--
View this message in context: http://old.nabble.com/The-tabindex-attribute-in-commandLink-does-not-render-pass-through--Why--tp26597151p26597151.html
Sent from the javaserverfaces dev mailing list archive at Nabble.com.