<%@ 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 Examples - using partialTriggers

0 seconds since last page refresh.

The partial Triggers Attribute of the PPRPanelGroup contains
a comma separated list of component ids. These Component
ids should reference input components like the commandButton
in this example. When any of the referenced input components
is activated ( clicked or submission using an onChange-Event Handler
which would normally cause a submit ) an AJAX request is performed
which updates all components within the pprPanelGroup
<%@include file="inc/page_footer.jsp"%>