From seam-commits at lists.jboss.org Wed Jun 2 16:08:34 2010
Content-Type: multipart/mixed; boundary="===============3123078831327114551=="
MIME-Version: 1.0
From: seam-commits at lists.jboss.org
To: seam-commits at lists.jboss.org
Subject: [seam-commits] Seam SVN: r12995 -
modules/faces/trunk/docs/reference/src/main/docbook/en-US.
Date: Wed, 02 Jun 2010 16:08:34 -0400
Message-ID: <201006022008.o52K8YlU032426@svn01.web.mwc.hst.phx2.redhat.com>
--===============3123078831327114551==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: lincolnthree
Date: 2010-06-02 16:08:34 -0400 (Wed, 02 Jun 2010)
New Revision: 12995
Modified:
modules/faces/trunk/docs/reference/src/main/docbook/en-US/installation.x=
ml
modules/faces/trunk/docs/reference/src/main/docbook/en-US/scopes.xml
Log:
A few more docs updates
Modified: modules/faces/trunk/docs/reference/src/main/docbook/en-US/install=
ation.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- modules/faces/trunk/docs/reference/src/main/docbook/en-US/installation.=
xml 2010-06-02 20:07:16 UTC (rev 12994)
+++ modules/faces/trunk/docs/reference/src/main/docbook/en-US/installation.=
xml 2010-06-02 20:08:34 UTC (rev 12995)
@@ -16,6 +16,15 @@
Replace ${seam-faces-version} with the most recent or appropriate =
version of Seam Faces. =
+
+ In a Servlet 3.0 or Java EE 6 environment, your configuration is now com=
plete; however, if you are still using Servlet 2.5 or Java EE 5, then you
+ need to add the following code to your application's web.xml file:
+
+
+
+ org.jboss.seam.faces.beanManager.BeanManagerServletConte=
xtListener
+
+]]>
=