Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 67006 invoked from network); 3 Sep 2006 15:00:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Sep 2006 15:00:42 -0000 Received: (qmail 82589 invoked by uid 500); 3 Sep 2006 15:00:34 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 82551 invoked by uid 500); 3 Sep 2006 15:00:34 -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 82540 invoked by uid 99); 3 Sep 2006 15:00:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 08:00:34 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of iamnoah@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 08:00:30 -0700 Received: by nf-out-0910.google.com with SMTP id x4so1001781nfb for ; Sun, 03 Sep 2006 08:00:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b0//YzcwydgVNofFrN1QbG0tEQzNITaydYjvmuKTIRRz7plc95t1YELV5UoNgrMuLCST72dXJX4XagIZYI8MUiwBhr2S4zGR5u2L+cFXorx55sT3GMjlK6U00bCjKwssae0uHPn+DuZCzVAVBt5tMC8S+oWgeExIA1Q2xzQr+dA= Received: by 10.49.75.2 with SMTP id c2mr5526961nfl; Sun, 03 Sep 2006 08:00:08 -0700 (PDT) Received: by 10.48.212.12 with HTTP; Sun, 3 Sep 2006 08:00:08 -0700 (PDT) Message-ID: <68e8c72e0609030800s3104aeb5u1cb50cf7045af887@mail.gmail.com> Date: Sun, 3 Sep 2006 10:00:08 -0500 From: noah To: "MyFaces Discussion" Subject: Re: RES: tomahawk config In-Reply-To: <6119321.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5989086.post@talk.nabble.com> <5990575.post@talk.nabble.com> <6093310.post@talk.nabble.com> <68e8c72e0609010627g65113873w7b8145efc685f4a5@mail.gmail.com> <6119321.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 Are you using <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x" %> in your pages instead of <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>? Or perhaps you have it declared in your page somewhere? http://myfaces.apache.org/extensions was the tomahawk namespace many releases ago (I think). If you get rid of/replace all occurences of it, I wouldn't be surprised if that solves your problem. On 9/3/06, yangontha wrote: > > Hi, > > Yes. Calendar is nested in the h:form > > > popupCalendar="true"/> > > > [It is working correctly with tomahawk.jar, previous version.] > > The stack trace:- > org.apache.jasper.JasperException: The absolute uri: > http://myfaces.apache.org/extensions cannot be resolved in either web.xml or > the jar files deployed with this application > > org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50) > > org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) > > org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:114) > > org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:316) > > org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:147) > org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418) > org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483) > org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543) > org.apache.jasper.compiler.Parser.parse(Parser.java:126) > > org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) > > org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:255) > > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322) > > com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130) > > com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87) > com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200) > com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117) > javax.faces.webapp.FacesServlet.service(FacesServlet.java:198) > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144) > > > However I have not changed according to the 2 wiki pages. > I will read and change accordingly. (However just now I treid to change the > extension filter name and put in the myfaces-impl... myfaces-api... > caused another error. the servlet can't start. Probably I missed some point. > I will read again. I am not using Maven.) > > thanks, > > > > > > iamnoah wrote: > > > > Is your calendar nested inside an h:form? > > > > What is the error? Can you give us the stack trace? > > > > Have you tried > > http://wiki.apache.org/myfaces/Upgrading_to_Tomahawk_1%2e1%2e3 > > and > > http://wiki.apache.org/myfaces/More_tips_on_Upgrading_to_Tomahawk_1%2e1%2e3 > > ? > > > > On 9/1/06, yangontha wrote: > >> > >> Hi, > >> > >> I am facing the same problem. Previously I use (tomahawk.jar) and > >> Calendar > >> works fine. then I changed to (tomahawk-1.1.3.jar) and it occured the > >> error.So I change back to (tomahawk.jar) and is working. > >> Now I want to use (1.1.3). Which commons file do I need to put? Can you > >> give > >> me more deatil information? > >> I have put the commons-fileupload-1.1.jar with tomahawk 1.1.3. But it is > >> not > >> working. > >> Which commons---.jar do I need to add? > >> > >> thanks in advance, > >> > >> > >> I just added the commons jar.. Non of the documentation states that this > >> was > >> needed.. a bit confusing.. but, I got the calendar working and it was > >> very > >> simple.. Nice to see something easy.. I've been fighting with the Sun JSF > >> impl for a few weeks and it's been disappointing.. > >> > >> thanks > >> dan > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/tomahawk-config-tf2166374.html#a6093310 > >> Sent from the MyFaces - Users forum at Nabble.com. > >> > >> > > > > > > -- > View this message in context: http://www.nabble.com/tomahawk-config-tf2166374.html#a6119321 > Sent from the MyFaces - Users forum at Nabble.com. > >