Tuesday, October 24, 2017

formParameter Item Style in Oracle OAF


  • The formParameter item style serves as a placeholder for submission parameters. 
  • It differs from formValue in two important ways.
  1.  formParameter does not support a "value" attribute. Instead, the value is set only at form submission time.
  2. A formParameter with a given name can be added repeatedly to a form without ill effects;
  • Only one instance will appear. This is markedly different from the formValue, where reuse causes the same value to appear multiple times in the form submission.
      The java bean associated with this Item Style is: OAFormParameterBean

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...