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.