<%@ page session="false" contentType="text/html;charset=utf-8"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> <%@ include file="inc/head.inc"%>

PPR Example - triggering a partial-page update in a data-table

0 seconds since last page refresh.

This example demonstrates how tables can be used together with the pprPanelGroup. It also shows (in the table footer) how a component not easily reachable via id-references can be manually added to the list of refreshed components on the server.
<%@include file="inc/page_footer.jsp"%>