Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 3874 invoked from network); 31 Mar 2008 16:56:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 16:56:28 -0000 Received: (qmail 74471 invoked by uid 500); 31 Mar 2008 16:56:24 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 74031 invoked by uid 500); 31 Mar 2008 16:56:22 -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 Delivered-To: moderator for users@myfaces.apache.org Received: (qmail 20518 invoked by uid 99); 31 Mar 2008 16:15:49 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=EsnAWlUvukFkoo79/t/JQ2NJy1AXDUDCAL7X/UI171dtzz8zbDtyELN95HXaaC20JJURY0QYuZxzManh7GYvI8p5IhsMNsI4GHuSIyiWoEJxkNAxDE/N+GK4P5Km0iovGqGaMIVZMqWO1FeGnprWROnPYW2XhaNlnwI0xGI+s9Y=; X-YMail-OSG: o2AuWm8VM1mR7JcNvd9IiO8i9YP9OMEEbPBukgA4mNZZhgjNjpSsHwFcJxzYfycGHKposwTjBHvsdq4Tr6ahwp39BAgymuwnxvG8hAgSAXucvYGAiO9SQPom_FQ- Date: Mon, 31 Mar 2008 18:15:06 +0200 (CEST) From: =?iso-8859-1?q?Esteban=20S=E1nchez?= Subject: navigation not working: tomahawk + facelets To: users@myfaces.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <799709.98995.qm@web26601.mail.ukl.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to set up a project using Tomahawk and facelets. Before trying to use facelets, this little login->main page web app was working fine, but I can't get it running when adding facelets. The thing is, it doesn't navigate at all. When I click on a form it reaches the right navigation case, but it shows the message "required resource (/mylittleapp/Main.faces) is not available". I think tehre is something missing in my config. Here are the config files: * faces-config.xml ... com.sun.facelets.FaceletViewHandler ... /Login.xhtml loginOK /Main.xhtml * web.xml javax.faces.CONFIG_FILES /WEB-INF/faces-navigation-config.xml javax.faces.STATE_SAVING_METHOD server org.apache.myfaces.DETECT_JAVASCRIPT false org.apache.myfaces.PRETTY_HTML true org.apache.myfaces.VALIDATE true org.apache.myfaces.ADD_RESOURCE_CLASS org.apache.myfaces.renderkit.html.util.DefaultAddResource org.apache.myfaces.CHECK_EXTENSIONS_FILTER true org.apache.myfaces.RESOURCE_VIRTUAL_PATH /faces/extensionResource javax.faces.PARTIAL_STATE_SAVING_METHOD false javax.faces.PARTIAL_STATE_SAVING_DISPATCH_EVERY_TIME true com.sun.faces.validateXml true com.sun.faces.verifyObjects true javax.faces.DEFAULT_SUFFIX .xhtml facelets.DEVELOPMENT true facelets.LIBRARIES /WEB-INF/tomahawk.taglib.xml; /WEB-INF/jsf-core.taglib.xml MyFacesExtensionsFilter org.apache.myfaces.webapp.filter.ExtensionsFilter maxFileSize 20m MyFacesExtensionsFilter Faces Servlet MyFacesExtensionsFilter /faces/myFacesExtensionResource/* org.apache.myfaces.webapp.StartupServletContextListener faces javax.faces.webapp.FacesServlet 1 faces *.faces index.jsp These are the libraries and their versions: jsf-facelets.jar (1.1.13) my-faces (1.2.2) tomahawk (1.1.6) tomahawk-facelets-taglib.jar (last version) �What is worng with the above config?. Thanks ______________________________________________ Enviado desde Correo Yahoo! Disfruta de una bandeja de entrada m�s inteligente. http://es.docs.yahoo.com/mail/overview/index.html