Hi,
I want use atribute tabindex in <x:inputText>

I have following code:
<x:inputText id="header_jmeno" value="#{login.nick}" tabindex="1"/>

but in html isn't tabindex, html looks like this:
<input id="header_s:_id0:header_jmeno" name="header_s:_id0:header_jmeno" type="text" value=""/>


is this a bug or I'm doing something wrong?

jarin

(sorry for my bad english)

Reply via email to