SeamFramework.orgCommunity Documentation

Part VI. Seam Faces

Table of Contents

Introduction
40. Installation
40.1. Maven dependency configuration
40.2. Pre-Servlet 3.0 configuration
40.3. How to setup JSF in a Java EE 6 webapp
41. Faces Events Propagation
41.1. JSF Phase events
41.1.1. Seam Faces Phase events
41.1.2. Phase events listing
41.2. JSF system events
41.2.1. Seam Faces System events
41.2.2. System events listing
41.2.3. Component system events
42. Faces Scoping Support
42.1. @RenderScoped
42.2. @Inject javax.faces.context.Flash flash
42.3. @ViewScoped
43. Messages API
43.1. Adding Messages
43.2. Displaying pending messages
44. Faces Artifact Injection
44.1. @*Scoped and @Inject in Validators and Converters
44.2. @Inject'able Faces Artifacts
45. Seam Faces Components
45.1. Introduction
45.2. <s:validateForm>
45.3. <s:viewAction>
45.3.1. Motivation
45.3.2. Usage
45.3.3. View actions vs the PreRenderViewEvent
45.4. ObjectConverter
45.5. UI Input Container