January 2013
Intermediate to advanced
328 pages
7h 14m
English
panel is a generic grouping component for JSF components, with features such as toggling, closing, a built-in pop-up menu, and AJAX event listeners.
A basic definition for the panel would be as follows:
<p:panel id="simple" header="PrimeFaces" footer="The Cookbook"> <h:outputText value="Open Source Primefaces is the leading JSF Component Suite in the industry, which is adopted widely and being used in production ready projects around the globe." /> </p:panel>
The preceding panel definition will be rendered as shown in the following screenshot:

The header and footer attributes can ...
Read now
Unlock full access