• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Column Tabbing issue in DataTable

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to All,


can anybody help me for my problem coming in DataTable, I have a DataTable with five columns as input text boxes, when i entered a value in first input text box and want to tabbing the focus to next input text box, in the mean time there is a functionality to validate the value entered in the first text box, for this i wrote a validator class which implements the Validator interface and this class is registered in faces-config.xml file and added the validator tag for this input text box.

Now the problem i am getting is while tabbing out from first text filed to second text filed, the focus of the cursor is not going to second text box, the focus goes to some where else.

please kindly help to get the focus of the curson for the second text box,



Thanks in Advance,

A.Viswanath Yadav.
reply
    Bookmark Topic Watch Topic
  • New Topic