Tuesday, May 31, 2016

Displaying Images on Page @OAF

Displaying Images on Page 


Let us see how to put images in OAF. The following are the two ways we can keep images in OAF pages:
I) Changing the ORACLE logo to company branding logo.
II) Displaying Images in Page.
1) Changing the ORACLE logo to company branding image.
All the images in Oracle Applications are available in OA_MEDIA  directory.
Step 1:
If we want to know the path where exactly the OA_MEDIA directory exists in Sever, Open a third party tool which connects to the Sever in command prompt like SSH connection manager.
Type the following command in SSH:

ls *.env
set Environment

[xxx@xxx ~]$ . APPSTEST.env
[xxx@xxx ~]$ cd $OA_MEDIA
[xxx@xxx media]$ pwd
/us1001/TEST/apps/apps_st/comn/java/classes/oracle/apps/media


Directly we cannot create Image item in Message Component Layout Region, so therefore first we need to create Message Layout item.



The below figure shows the Image item property Inspector under the Message Layout region:



In the Image URI give the path of the image which you want to display. Run the page and see the output:


END









No comments:

Post a Comment