Sorting and Filtering By Model-Based LOV Display Value
Introduction When using the sort icon in an ADF Faces table, the sorting will be performed using the column value. In cases where you use a UI widget that does not display the column value but a...
View ArticleControl-Break Style ADF Table – Comparing Values with Previous Row
Introduction Sometimes you need to display data in an ADF Faces table in a control-break layout style, where rows should be "indented" when the break column has the same value as in the previous row....
View ArticleProgrammatically expanding and collapsing an af:panelSplitter
Introduction The ADF Faces af:panelSplitter is a component with client-side behavior, when you expand or collapse the splitter in the browser, no request is sent to the server. This imposes some...
View ArticlesetPropertyListener and setActionListener might fire too late when using...
Introduction As of JDeveloper 11.1.2.x, you can use Facelets to build your web pages. Facelets is recommended over JSP pages as it is the JSF-native view technology. However, when migration your...
View ArticleOptimizing WebCenter Portal Mobile Delivery
Introduction Page weight and page load times are two of the most common performance metrics used to measure a Portal's performance. These are significant factors behind a portal's success especially...
View ArticleImproving ADF Page Rendering Time : Progressively Loading Taskflows
Introduction On a normal ADF page with multiple task flows, each of the individual task flows need to be initialized and their initial views created before the page can render. This makes it important...
View ArticleGoing Mobile with ADF – Running ADF Faces on Mobile Phones and Tablets
Introduction With over 90% of internet traffic now coming from mobile devices, there is a huge pressure on companies to make their customer-facing applications suitable for rendering on smart phones...
View ArticleA Hidden Gem of ADF Faces 12c: The Tag
Introduction In JDeveloper 12c, the <af:target> tag has been added, a very powerful new ADF Faces tag which can make your life much easier and more productive when building ADF Faces pages. This...
View Article