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

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.

Leave a Reply