SeamFramework.orgCommunity Documentation

Part VI. Seam Faces

Table of Contents

Introduction
39. Installation
39.1. Maven dependency configuration
39.2. Pre-Servlet 3.0 configuration
39.3. How to setup JSF in a Java EE 6 webapp
40. Faces Events Propagation
40.1. JSF Phase events
40.1.1. Seam Faces Phase events
40.1.2. Phase events listing
40.2. JSF system events
40.2.1. Seam Faces System events
40.2.2. System events listing
40.2.3. Component system events
41. Faces Scoping Support
41.1. @RenderScoped
41.2. @Inject javax.faces.context.Flash flash
41.3. @ViewScoped
42. Messages API
42.1. Adding Messages
42.2. Displaying pending messages
43. Faces Artifact Injection
43.1. @*Scoped and @Inject in Validators and Converters
43.2. @Inject'able Faces Artifacts
44. Seam Faces Components
44.1. Introduction
44.2. <s:validateForm>
44.3. <s:viewAction>
44.3.1. Motivation
44.3.2. Usage
44.3.3. View actions vs the PreRenderViewEvent
44.4. UI Input Container