[seam-issues] [JBoss JIRA] Created: (SEAMFACES-124) Create section that explains how to setup JSF

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Mar 26 20:35:37 EDT 2011


Create section that explains how to setup JSF
---------------------------------------------

                 Key: SEAMFACES-124
                 URL: https://issues.jboss.org/browse/SEAMFACES-124
             Project: Seam Faces
          Issue Type: Feature Request
          Components: Documentation
    Affects Versions: 3.0.0.Final
            Reporter: Dan Allen
            Priority: Minor
             Fix For: 3.0.1


A section titled "How to setup JSF in a Java EE 6 webapp" would be good for the refguide, because it's funny how poorly this is documented.

to activate jsf, you need one of three things

1. seam-faces jar (that sets up jsf for you)
2. if not #1, you need empty faces-config.xml (root element only, can't be blank)
3. if not #1 or #2, you need web.xml w/ the Faces Servlet defined

mention the schema versions required, such as the one for faces-config.xml and web.xml

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list