Oracle ADF 11g Tips: How to force a table to refresh itself

Oracle ADF 11g Tips: How to force a table to refresh itself

瀏覽:493
日期:2025-07-07
Sometimes you will need to refresh a table after some event takes place in your backing bean. You can refresh the table component using a partial trigger or refresh it from the backing bean using getAdfFacesContext().addPartialTarget(uicomponent); but tha...看更多