Tuesday, October 24, 2017

DefaultDoubleColumn Region in Oracle OAF

The defaultSingleColumn region is used for holding the items in double column. This region is deprecated and you should not use it in your page. Whenever there is need for showing a double 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 OADefaultDoubleColumnBean.

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 ,...