PPR is Partial Page Rendering, similarly to Ajax. It is used to dynamically refresh the part of page.It is done with the use of partial triggers. For better understanding , i will explain by an example. In Any .jspx page we have one table (table1) and one command button(button1) label ‘Delete’. On clicking the Delete [...]
