JDeveloper allows to easily create tables with the af:table component. The table allows easy access to the selected row or rows. However, if you are interested in which cell of a table has been clicked,...
Requirement Maybe you want to show a text with multi-language support from a resource bundle in an outputtext but you need to fill custom values between the words of the text. You could combine the...
Requirement In my current ADF project we need to offer a help page for every single fragment to the end user. Here he can check how the view is working and some kind of user...
This series of articles aim to show different integration option between ADF and Oracle JET, as there is some tweaking here and there that we have to consider when doing so. The reason for this...
Problem The ADF Faces UI components sometimes misses some basic features. In this case it is the af:inputtext component which misses an default way to handle tab order and initial focus properties to handle both...
For some time already it is possible to use Maven with ADF also inside Oracle JDeveloper. In projects, especially bigger ones, you will think about a way to automate your deployments. With the help of...
The new af:deck component is a very good looking new ADF Faces feature with a lot of possible transitions. It is possible to replace a (simple) task flow with this component, as you will see...
My task was to offer a kind of folder structure in a tree table and use an easy way to connect nodes with each other. The easiest way is drag & drop because this is...
During a migration from ADF 11g to 12c (12.1.3), I figured out some things you have to care of. Facelets The first thing is that pages and fragments are based on Facelets, now. The default...