Monday, July 23, 2012

Displaying BLOB stored image in OAF



Displaying BLOB stored image in OAF

Displaying an Image stored in the Database as BLOB on OAF Page
  1. Image Bean can display any image if the file is a physical operating system file.
  2. If the image is stored as a BLOB in database table, we need write java methods to display image.
  3. Following article clearly explains about writing   : servlet, jsp file to display a image in jsp file http://fdegrelle.over-blog.com/article-992927.html
       To display image in OAF you can make use of following code.

         imageBean1.setImageSource("/OA_HTML/image.jsp?imgID=164");

   4. Other alternative approach for showing the image in OAF page.

Follow this post of :  jujaar.singh @  https://forums.oracle.com/forums/thread.jspa?messageID=3474886&#3474886


To Change the default Oracle Logo on all OAF Pages

1. http://oraclemaniac.com/2012/02/22/change-the-default-oracle-logo-on-oracle-apps-login-page/

No comments: