Tuesday, February 24, 2009

11G : How to create Popup in JDeveloper 11.1.1.0.1 ?

Steps for Create Popup in Jdeveloper 11.1.1.0.1 :


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-5: Drag some UI Componet(or table, form etc) on the popup, within PanelWindow.




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.


Download the workspace