]
Brian Leathem resolved SEAMFACES-124.
-------------------------------------
Assignee: Brian Leathem
Resolution: Done
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
Assignee: Brian Leathem
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: