Archive for May, 2007

ADF JSF : selected row in a table, get rid of it

Tuesday, May 1st, 2007

By default, when creating a table with the wizard and indicating that selection is possible, JDeveloper creates an option in your table that always selects the first row when entering the page. This is the following line:

selectionState=”….”

If you delete this option, no rows are selected when you first load the page.