Tuesday, October 24, 2017

formValue Item Style in Oracle OAF

  • The formValue item style adds a value that will be submitted with a form, but not displayed to the user. 
  • The value submitted with the form comes from the associated formValue element attributes "viewName" and "viewAttr". 
  • The inherited UIX attribute, "value", is used only if there are no associated viewName/viewAttr attributes.
      The java bean associated with this Item Style is: OAFormValueBean

1 comment:

  1. Thanks for sharing this great information I am impressed by the information that you have on this blog. Same as your blog i found another one Oracle Fusion HCM . Actually, I was looking for the same information on internet for
    Oracle Fusion HCM Interview Questions and Answers and came across your blog. I am impressed by the information that you have on this blog. It shows how well you understand this subject.

    ReplyDelete

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