table

Screenshot of access denied in oracle adf table

How to fix “Access Denied” when showing ADF Table and other components from jsff page fragment?

One of the cleanest and most useful practices in Oracle ADF is to use jsff page fragments. They allow you to have one view composed of multiples small view fragments. It’s more precise, easier to maintain and allow you to reuse the same fragment multiple times on the same page. (Having multiple time the same

How to fix “Access Denied” when showing ADF Table and other components from jsff page fragment? Read More »

How to duplicate a Row programmatically in Oracle ADF?

Duplicating a table row is often one of the first requirement added on big customer tables in an Oracle ADF application. To do so, add a column at the start of your row with a “duplicate” button containing an action listener as follow: … actionListener=”#{YOUR_SCOPE.YOUR_BEAN.duplicateRowLine}” … In this Action Event, you will need to copy

How to duplicate a Row programmatically in Oracle ADF? Read More »

Scroll to Top