Following code will help you to scroll to a specific row in a af:table on page load.
//Code to scroll to a specific row this.tableBinding.setRowIndex(rowIndex); RowKeySet ps = this.tableBinding.getSelectedRowKeys(); ps.clear(); ps.add(this.tableBinding.getRowKey()); AdfFacesContext.getCurrentInstance().addPartialTarget(this.tableBinding);
Also set the displayRow=selected for the table
How do I tell it which row dynamically? The row to scroll to is dynamically highlighted. Thanks.
Hi, When I uptook this jar file, I get this error on seahcringCaused by: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.mds.exception.MDSRuntimeException, msg=MDS-01201: An invalid parameter cannot be used when constructing a query condition.Is there anything that I have to do, to get the search performed as expected?-Arvind