Before telling you how to execute a VO on page load, I assume that you have your VO created and also have attached the VO to the correct AM (Application Module). Now, let’s assume that the name of your VO is xxTrialVO and also the name of the AM is xxTrialAM. Let’s take this stepwise […]
execute vo in OA Framework
How to execute a VO on click of a button on an OAF page
Here we will discuss the execution of a VO on click of a submit button. Now, before starting the discussion I assume that you have created a VO and have the same attached to AM. Also, I assume that you have imported the VOImpl and AMImpl to the controller attached to the page. One more […]