dev@javaserverfaces.java.net

Re: The tabindex attribute in commandLink does not render/pass-through; Why?

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Wed, 09 Dec 2009 22:05:56 -0800

This seems like a bug. Could you please file it? We'll get to it as
soon as we can. Shouldn't be too hard, I'd imagine.

Jim

On 12/1/09 10:56 AM, christopherJSF wrote:
>
> 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?
>