Multiple choice technology

Within which method of Controller will you hide that bean/field/button/region programmatically?

  1. processRequest

  2. processFormRequest

  3. processRequest and processFormRequest

  4. processDataRequest

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In OAF Controller, processRequest is the method where you programmatically hide beans, fields, buttons, or regions during initial page rendering. This is done before the page is displayed to the user. processFormRequest handles form submission processing. Option A is correct.