[seam-issues] [JBoss JIRA] Commented: (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


    [ https://issues.jboss.org/browse/SEAMFACES-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591992#comment-12591992 ] 

Dan Allen commented on SEAMFACES-124:
-------------------------------------

You can link to the JBoss JSF documentation for more details on #2 and #3. But it's important to explain why #1 works (also that #1 is really intended for Servlet containers like Tomcat and Jetty).

http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html/jsf.deployer.config.html

> 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