An item in OAF is a java bean which allows a user to interact with the Oracle Apps Framework page e.g. a text box or a choice box etc. Components or items are always placed inside some region so that they are always displayed as per the Oracle Application Framework standards. Every item or component […]
Items
Attachment Table Bean in OAF
An item in OAF is a java bean which allows a user to interact with the Oracle Apps Framework page e.g. a text box or a choice box etc. Components or items are always placed inside some region so that they are always displayed as per the Oracle Application Framework standards. Every item or component […]
Attachment Image Bean in OAF
An item in OAF is a java bean which allows a user to interact with the Oracle Apps Framework page e.g. a text box or a choice box etc. Components or items are always placed inside some region so that they are always displayed as per the Oracle Application Framework standards. Every item or component […]
How to Disable Submit Button in OA Framework?
Submit button is a very important component of every OAF page and there often arises a situation where an OA Framework technical personnel need to disable (not hide) OA Framework Submit Button dynamically. We will learn today how to disable OA Framework Submit Button at runtime Before we begin I assume that you have an […]