Tuesday, October 24, 2017

defaultSingleColumn Region in Oracle OAF

The defaultSingleColumn is used for holding the items in a single column. This region is deprecated and you should not use it in your page. Whenever there is need for showing a single column region, use the messageComponentLayout region. Sometimes you may have to select this region to
use the Region using wizard functionality, but change the region style to messageComponentLayout immediately after using the wizard.

The java bean associated with this region is OADefaultSingleColumnBean.

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...