Displaying BLOB stored image in OAF
Displaying an Image stored in the Database as BLOB on OAF Page
- Image Bean can display any image if the file is a physical operating system file.
- If the image is stored as a BLOB in database table, we need write java methods to display image.
- Following article clearly explains about writing : servlet, jsp file to display a image in jsp file http://fdegrelle.over-blog.com/article-992927.html
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�
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:
Post a Comment