Friday, 8 February 2013

Display JSF Page as email page in Oracle ADF

ADF provides a simple way to display page as email page. all you need is to just concat the following to the current page URL.


org.apache.myfaces.trinidad.agent.email=true
For example if your page name is view1.jspx then following code will display the page as email page on af:goButton component




More info on the documentation.

No comments:

Post a Comment