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

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...