ADF Tips and Tricks

18 Invaluable Lessons on ADF_JSF Interaction

Use JSTL in EL Remember to add namespace decl to ADF Faces page: xmlns:fn=”http://java.sun.com/jsp/jstl/functions
 
Create Pop Dialog with Empty Data Entry Form: call createinsert from backing bean then popup window.: Drag the createInsert operation to the page to create a button.
Double click the button to create a method in the backing bean that does the createInsert.
Add the lines of code that will open the popup to the method.
Open popup programmatically 
Building Programmatic Managed ADF BC: First and Second
Slow Undeploy in 11.1.1.7 and R2 – change to JDBC URL