Datatable - highlighting a row

Hello friends, I am looking for the help in the following scenario.

My datatable displays last names as data.

For example, I have 2 rows in my datatable with the following data

Jones

Josten

I have an inputText control on my page.

If the user types either Jo, Jon or Jones, in the inputText , it should highlight the first row

Similarly, if the user types either Jos or Josten, in the inputText , it should highlight the second row.

If anybody has an example code please help me. Thanks in advance.

[553 byte] By [MyJSFa] at [2007-11-27 2:22:49]
# 1
Not sure but I guess you need to use AJAX to implement the same.
SirGenerala at 2007-7-12 2:27:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Indeed. The technique you need looks like "ajax suggest" or "ajax autocomplete". Google using those keywords.
BalusCa at 2007-7-12 2:27:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...