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 for Outstanding Card Transactions Report (Doc ID 2755945.1) in Fusion Expenses

SELECT TRUNC(SYSDATE - e.start_date) "No. of Days"       ,papf.person_number employee_number   ,hzp.person_first_name emp_first_...