Documentation
Setting up PrettyFaces is simple.
CELEBRATE! PrettyFaces version 3.3.2 is Released!
Read the reference documentation: web view, or single page.
Maven dependencies:
<!-- For JSF 1.1 --> <dependency> <groupId>com.ocpsoft</groupId> <artifactId>prettyfaces-jsf11</artifactId> <version>3.3.2</version> </dependency> <!-- For Servlet/Java EE and JSF 1.2 --> <dependency> <groupId>com.ocpsoft</groupId> <artifactId>prettyfaces-jsf12</artifactId> <version>3.3.2</version> </dependency> <!-- For Servlet/Java EE and JSF 2.0 --> <dependency> <groupId>com.ocpsoft</groupId> <artifactId>prettyfaces-jsf2</artifactId> <version>3.3.2</version> </dependency>
Read the reference documentation: web view, or single page.
NOTE: You can also read the most recent snapshot documentation.
Documentation for older versions:
- 2.0.4 (pdf)
- 1.1.x, 1.2.x, 2.0.x (pre-2.0.4)