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