- Click on the New Application and Select the “ADF Fusion Web Application”. Click Ok
Give the Application Name “PPR” and click on Finish which creates MVC architecture.
Now connect to the Database.
Now create the EO, VO and AM for your application.
Select “ADF Business Components” at left of New Gallery and then “Business Components from Table”
Create EO and Select its VO and AM.
Click “Finish”.
Now create a Blank JSF Page and give File Name as “Dept.jspx” and click Ok.
Now Drag and Drop the DepartmentView1 from data controls to JSF page and “Select ADF Form”
Select the LoactionId attribute and in property inspector write the id as “LOC”
Save all your work.
Still in the Properties window expand the Behavior node and set the AutoSubmit property to True
Now Select the departmentId and choose the Edit option of Partial Triggers in property inspector and shift LOC option to the left.
Click Ok.
Check the Partial Page Rendering Option in Browser by running the page in web logic server
Click Ok.
Check the Partial Page Rendering Option in Browser by running the page in web logic server