0 Replies Latest reply on Oct 19, 2007 2:21 PM by asookazian

    setting focus to a cell in a dataTable

    asookazian

      I just read the entire ch. 5 on data tables in the Core JSF 2nd ed.

      How do you set the focus to a different cell in a dataTable (say user navigate to a enter comments JSF and hits submit and comes back to original dataTable JSF and you want to advance the focus to the next cell in a row or column)?

      There is a getRowIndex() method and setRowIndex() method. Can you use setRowIndex() to set focus or what?