You are on page 1of 3

Creating and displaying Popups in Oracle ADF

1. Drag a PopUp component on page from Component Pallette

2. Now Drag a Button on page and drag af:showPopupBehavior under the button

3.Select af:showPopupBehavior at page structure and go to property Inspector and pass tha popUp id and trigger
type of Popup that you want to show on button click.

5. Now run your page and click on Button and you will able to see Popup

Creating and displaying Popups in Oracle ADF

Drag the dialog box under the Popup

Add title to the dialog Box

Now run the page.

Creating and displaying Popups in Oracle ADF

You can drag the department details in the dialog box also

When you click on the submit button it will tell you on which department your
cursor exits.
Output will be like below

You might also like