The moose likes JSF and the fly likes tabindex is not working in jsf Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "tabindex is not working in jsf" Watch "tabindex is not working in jsf" New topic
Author

tabindex is not working in jsf

Sijesh Alayaril
Greenhorn

Joined: Jan 13, 2012
Posts: 13
tabindex is not working in jsf(Mozilla)
Sijesh Alayaril
Greenhorn

Joined: Jan 13, 2012
Posts: 13
Sijesh Alayaril wrote:tabindex is not working in jsf+prime faces(Mozilla)..
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

I don't think so. The TABINDEX attribute is a basic HTML property. JSF will render it when it is coded, and all popular browsers - including Mozilla and Firefox - will honor it. And, in fact, have honored it since the dinosaurs were using the web.

Of course, there is one caveat. TABINDEX only works for input controls that are defined as tabbable. That includes things like inputText, selectOneMenu, checkboxes, radio buttons, and so forth. When in doubt, check the JavaDocs. And, of course, remember that JSF is case-sensitive, unlike HTML.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
 
 
subject: tabindex is not working in jsf
 
Threads others viewed
selectOneMenu rendered while it shouldn't
Colour of tabs in a JTabbedPane
What is tabindex?
No Required validation in xhtml + JSF
Dynamic tabIndex
IntelliJ Java IDE