Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 61628 invoked from network); 24 May 2006 16:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 16:26:55 -0000 Received: (qmail 50477 invoked by uid 500); 24 May 2006 16:26:51 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 49979 invoked by uid 500); 24 May 2006 16:26:49 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 49967 invoked by uid 99); 24 May 2006 16:26:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 09:26:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 09:26:48 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FiwBn-0000un-Eo for users@myfaces.apache.org; Wed, 24 May 2006 09:26:27 -0700 Message-ID: <4544548.post@talk.nabble.com> Date: Wed, 24 May 2006 09:26:27 -0700 (PDT) From: Tom Cordova To: users@myfaces.apache.org Subject: RE: FacesConfigurator Error In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: tom.cordova@daiwausa.com X-Nabble-From: Tom Cordova References: <4543614.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Actually, I named the file "myfaces-config.xml" just to make sure. Here's my web.xml: RestrictedList RestrictedList Application Comma separated list of URIs of (additional) faces config files. (e.g. /WEB-INF/my-config.xml) See JSF 1.0 PRD2, 10.3.2 Attention: You do not need to put /WEB-INF/faces-config.xml in here. javax.faces.CONFIG_FILES /WEB-INF/myfaces-config.xml State saving method: "client" or "server" (= default) See JSF Specification 2.5.3 javax.faces.STATE_SAVING_METHOD server Only applicable if state saving method is "server" (= default). Defines the amount (default = 20) of the latest views are stored in session. org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION 20 Only applicable if state saving method is "server" (= default). If true (default) the state will be serialized to a byte stream before it is written to the session. If false the state will not be serialized to a byte stream. org.apache.myfaces.SERIALIZE_STATE_IN_SESSION true Only applicable if state saving method is "server" (= default) and if org.apache.myfaces.SERIALIZE_STATE_IN_SESSION is true (= default) If true (default) the serialized state will be compressed before it is written to the session. If false the state will not be compressed. org.apache.myfaces.COMPRESS_STATE_IN_SESSION true This parameter tells MyFaces if javascript code should be allowed in the rendered HTML output. If javascript is allowed, command_link anchors will have javascript code that submits the corresponding form. If javascript is not allowed, the state saving info and nested parameters will be added as url parameters. Default: "true" org.apache.myfaces.ALLOW_JAVASCRIPT true org.apache.myfaces.DETECT_JAVASCRIPT false If true, rendered HTML code will be formatted, so that it is "human readable". i.e. additional line separators and whitespace will be written, that do not influence the HTML code. Default: "true" org.apache.myfaces.PRETTY_HTML true If true, a javascript function will be rendered that is able to restore the former vertical scroll on every request. Convenient feature if you have pages with long lists and you do not want the browser page to always jump to the top if you trigger a link or button action that stays on the same page. Default: "false" org.apache.myfaces.AUTO_SCROLL false Validate managed beans and navigation rules. org.apache.myfaces.validate true MyFacesExtensionsFilter org.apache.myfaces.component.html.util.ExtensionsFilter Set the size limit for uploaded files. Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB uploadMaxFileSize 100m Set the threshold size - files below this limit are stored in momory, files above this size are stored on disk. Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB uploadThresholdSize 100k MyFacesExtensionsFilter FacesServlet MyFacesExtensionsFilter *.jsf MyFacesExtensionsFilter *.faces MyFacesExtensionsFilter /faces/myFacesExtensionResource/* MyFacesExtensionsFilter /faces/* org.apache.myfaces.webapp.StartupServletContextListener FacesServlet javax.faces.webapp.FacesServlet config /WEB-INF/myfaces-config.xml debug 3 detail 3 1 FacesServlet *.jsf FacesServlet *.faces index.jsp index.html 500 /error.jsp -- View this message in context: http://www.nabble.com/FacesConfigurator+Error-t1675804.html#a4544548 Sent from the MyFaces - Users forum at Nabble.com.