Step-1: Create an Application.
Step-2: Create a JSF page(Ex, neelPage.jspx)
Step-3: Drag the CommandButton ADF faces > Common Component (ex, Edit)UIComponent on the jsp page.
Step-4: Drag & Drop the UIComponent Popup ADF faces > Common Component UIComponent on the Jsp Page, and set id(Ex, editpopid).
Step-6: Drag & Drop the ShowPopupBehavior ADF Faces > Operations UIComponent on the CommandButton(Edit), and set the id the same as popup-in step-4(Ex, editpopid)
Step-7: Run the page.