It’s always that all the text on an OA Framework page is in black color. Ever thought of having a text in other color e.g. a note just after a table in a smaller font and in red color? Here we will have a look at how to embed a custom HTML code in OA […]
OAF Miscellaneous
Creating XML Publisher Report in OAF
I know that this post is out of the niche of the blog but then the requirements of most of the implementations require new reports to be generated using XML Publisher and that’s the only reason why I have written this post. Also, using the hyperlink at the end of the post you can download […]
How to Install JDeveloper and Test it?
Here we will take a quick look on how to install JDeveloper and also how to test the installation. First of all just download the correct version or patch of jdeveloper from metalink. I assume that you have saved and extracted the jdeveloper in D:meta-patch folder. 1. Go to desktop 2. Right click on my […]
How to execute a VO on an OA Framework page load
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 […]
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 […]