This post describes a method to filter nodes in an ADF Faces Tree. You can download the sample application from here. The application is developed in JDeveloper 10.1.3.2.0 and requires a connection to the HR schema. Sample Application In the sample application, Regions are the root nodes of the tree. Countries appear as child nodes [...]
Archive for February, 2007
Referencing processScope values for Back button compatibility
February 12th, 2007
Events initiated by JSF Components placed inside a switcher tag might be overlooked by the framework, if the scope of the value referenced in the facetName attribute of the switcher is not set correctly. In this post, we are going to demonstrate how to use the ADF processScope to solve this problem. You can download [...]
Using FLEX in ADF / JSF Applications
February 3rd, 2007
JDeveloper 11g is going to introduce JSF components with built-in rich client capabilities. However 11g is not out yet. This does not mean that you cannot incorporate rich client components to your application today. One of the alternatives is to embed FLEX components into ADF/JSF applications. (FLEX is a Rich Internet Application technology developed by [...]
