SeamFramework.org
Community Documentation
Next
Seam Faces Module
Reference Guide
Lincoln
Baxter III
Dan
Allen
Nicklas
Karlsson
3.0.0-SNAPSHOT
Introduction
1. Installation
1.1. Maven dependency configuration
1.2. Pre-Servlet 3.0 configuration
2. Faces Scoping Support
2.1. @RenderScoped
2.2. @Inject javax.faces.contet.Flash flash
2.3. @ViewScoped
3. Messages API
3.1. Adding Messages
3.2. Displaying pending messages
4. Seam Faces Components
4.1. Introduction
4.2. <s:validateForm>
4.3. <s:viewAction>
4.3.1. Motivation
4.3.2. Usage
4.3.3. View actions vs the PreRenderViewEvent
4.4. UI Input Container
5. Faces Artifact Injection
5.1. @*Scoped and @Inject in Validators and Converters
5.2. @Inject'able Faces Artifacts
6. Faces Events Propagation
6.1. JSF Phase events
6.1.1. Seam Faces Phase events
6.1.2. Phase events listing
6.2. JSF system events
6.2.1. Seam Faces System events
6.2.2. System events listing
6.2.3. Component system events
Next
Introduction