You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Jaroslav Rychna <ja...@centrum.cz> on 2005/03/31 21:12:51 UTC

tabindex

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)

Re: tabindex

Posted by Sean Schofield <se...@gmail.com>.
Glad we could help ;-)

On Mar 31, 2005 2:31 PM, Jaroslav Rychna <ja...@centrum.cz> wrote:
> OK,
> I solved it, my mistake.
> 
> Jaroslav Rychna napsal(a):
> > 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)
> >
> >
>

Re: tabindex

Posted by Jaroslav Rychna <ja...@centrum.cz>.
OK,
I solved it, my mistake.

Jaroslav Rychna napsal(a):
> 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)
> 
>