CaptiveCode's Notebook
My tech diary of notes that always come in handy for me!
Thursday, September 7, 2017
How To: Launch a popup programmatically (ADF)
Create a binding for the popUp in the backing bean and use the following snippet to launch it programmatically
Hope you find this helpful! Please share your feedback below.
CaptiveCode
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
How To: Remove all rows from view object (VO) in OAF & ADF
Option 1: The executeEmptyRowSet() method can be used to empty the VO. This is my preferred approach. /* Use the following snippet...
How To: Redirect to a new page in OAF
The method pageContext.setForwardURL() is to redirect to a new page. There are several ways in which the method can be used in your control...
How To: Launch Oracle Form (FMB/ D2K) from OAF Page
Given below is the code snippet to invoke Oracle Forms from OAF page. However, it can get tricky when you need to pass parameters. Read the...
No comments:
Post a Comment