Index: user-tool-admin-prefs/admin-prefs/src/webapp/WEB-INF/web.xml =================================================================== --- user-tool-admin-prefs/admin-prefs/src/webapp/WEB-INF/web.xml (revision 14198) +++ user-tool-admin-prefs/admin-prefs/src/webapp/WEB-INF/web.xml (working copy) @@ -11,19 +11,19 @@ - com.sun.faces.validateXml - true + Set this flag to true if you want the JavaServer Faces Reference Implementation to validate the XML in your faces-config.xml resources against the DTD. Default value is false. + com.sun.faces.validateXml + true - com.sun.faces.verifyObjects - true + Set this flag to true if you want the JavaServer Faces Reference Implementation to verify that all of the application @@ -31,6 +31,8 @@ renderers, and validators) can be successfully created. Default value is false. + com.sun.faces.verifyObjects + true Index: user-tool-prefs/tool/src/webapp/WEB-INF/web.xml =================================================================== --- user-tool-prefs/tool/src/webapp/WEB-INF/web.xml (revision 14198) +++ user-tool-prefs/tool/src/webapp/WEB-INF/web.xml (working copy) @@ -11,19 +11,19 @@ - com.sun.faces.validateXml - true + Set this flag to true if you want the JavaServer Faces Reference Implementation to validate the XML in your faces-config.xml resources against the DTD. Default value is false. + com.sun.faces.validateXml + true - com.sun.faces.verifyObjects - true + Set this flag to true if you want the JavaServer Faces Reference Implementation to verify that all of the application @@ -31,6 +31,8 @@ renderers, and validators) can be successfully created. Default value is false. + com.sun.faces.verifyObjects + true