The SubmitButton item style is used to submit the OAF Page. The destination attribute of the submitButton is always ignored and in place of it the destination of the form is used as destination by Oracle Apps Framework. It also has the fire action property that you can use to handle the validations for the […]
Table Region In OA Framework
As the name suggests a table region is used to display tabular data and also supports selection (both single and multiple), sorting, record navigation, detail-disclosure and totaling but totaling can be enabled for any column except for the first column in a table. Corresponding web bean: OATableBean
Defalut Double Column In OAF
In oracle application framework page the OAF DefaultDoubleColumn region was used to hold items in two columns. Prompt of items will be right justified and the input fields will be left justified. But it was not fulfilling the Oracle BLAF (Browser Look and Feel) UI requirement/guidelines. Hence, it is deprecated and messageComponentLayout should be used […]