Tuesday, October 24, 2017

submitButton Item Style in Oracle OAF

  • The submitButton item style creates a push button which allows submission of forms. 
  • The "destination" attribute of a submit button is  ignored. Instead, the destination of the form is used.
      The java bean associated with this Item Style is: OASubmitButtonBean

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