Minor correction: I ran into a similar problem. One other suggestion would be to try deploying the same application to JBoss, Geronimo or some other J2EE container to give it a sniff check...
-----Original Message----- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Tue 6/13/2006 11:44 AM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane Various ancient versions of MyFaces can be found at the original SourceForge website: http://sourceforge.net/projects/myfaces That said, are you sure that upgrading the commons el didn't work? I absolutely ran into this problem during upgrading from MyFaces 0.9 [yes, that old] to MyFaces 1.1.3. By the way, I had problems with 1.1.2 so I ended up moving to 1.1.3. I'd recommend giving it another try with 1.1.3 before going back to 1.0.x. Have you tried a custom build of Commons EL to see if that fixes the problem? I'm just curious if your problem is similar to the one I [and Facelets!] ran into. Thanks, James -----Original Message----- From: Gopalakrishnan, Jaya [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 5:39 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane I have tried to use myfaces-api.jar and myfaces-impl.jar along with Tomahawk 1.1.2. However, I find that my application seems fails to start. Where can I get Tomahawk 1.0? -----Original Message----- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 4:18 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane I actually confirmed the problem on some mailing list entries. I'm not sure if the exception was the same so perhaps a red herring. My particular project was using MyFaces with Tomahawk, if that makes a difference. As a test, you can dowload facelets and try the version of EL that facelets is using... -----Original Message----- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 5:08 PM To: MyFaces Discussion Subject: Re: Tomahawk Tabbed Pane Tomahawk now depends on commons-el 1.0. I don't see why a higher version is needed (the examples and everything works). The exception in Jaya's mail is thrown because a java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException The class javax/servlet/jsp/el/ELException is from the servlet-jsp package. By the way, if you are unsure about the dependencies, you can use the myfaces archetype [1], and the dependencies of the project created should be right. Regards, Bruno [1] http://wiki.apache.org/myfaces/Building_With_Maven On 6/12/06, James Richards <[EMAIL PROTECTED]> wrote: > > By newer, I mean try a snapshot if the released versions aren't > working... > > -----Original Message----- > From: James Richards [mailto:[EMAIL PROTECTED] > Sent: Mon 6/12/2006 4:59 PM > To: MyFaces Discussion > Subject: RE: Tomahawk Tabbed Pane > > I had to upgrade to a later build of EL to work with Tomahawk 1.1.2 or > higher. Please try a newer build of EL from the commons website. > > > -----Original Message----- > From: Gopalakrishnan, Jaya [mailto:[EMAIL PROTECTED] > Sent: Mon 6/12/2006 4:27 PM > To: MyFaces Discussion > Subject: RE: Tomahawk Tabbed Pane > > No, this doesn't solve the problem. > > Any somebody give me a working example of a tabbed pane. Can this be > used with JSF? If it cannot be used with JSF, then there is no point > exploring further. > > -----Original Message----- > From: Bruno Aranda [mailto:[EMAIL PROTECTED] > Sent: Monday, June 12, 2006 3:04 PM > To: MyFaces Discussion > Subject: Re: Tomahawk Tabbed Pane > > > You are missing the dependency servlet-api.jar (version 2.3)... > > Bruno > > On 6/12/06, Gopalakrishnan, Jaya <[EMAIL PROTECTED]> wrote: > > > > > > I am trying to use the Tomahawk tabbed pane along with JSF > > components. > > > Is this possible? > > > > I am getting the following errror: > > > > > > > > [6/12/06 14:41:33:696 CDT] 7c976402 WebGroup E SRVE0026E: [Servlet > > Error]-[javax/servlet/jsp/el/ELException]: > > java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException > > > > at at > > org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.<clinit>(Myf > > ac > > esConfig.java:80).null(Unknown > > Source) > > > > at > > org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstanc > > e( > > AddResourceFactory.java:297) > > > > at > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(Extension > > sF > > ilter.java:123) > > > > at > > com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(Filter > > In > > stanceWrapper.java:132) > > > > at > > com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilt > > er > > Chain.java:71) > > > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppD > > is > > patch(WebAppRequestDispatcher.java:974) > > > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebA > > pp > > RequestDispatcher.java:564) > > > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAp > > pR > > equestDispatcher.java:200) > > > > at > > com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.ja > > va > > :119) > > > > at > > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAp > > pI > > nvoker.java:276) > > > > at > > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvo > > ca > > tion(CachedInvocation.java:71) > > > > at > > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Se > > rv > > letRequestProcessor.java:182) > > > > at > > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OS > > EL > > istener.java:334) > > > > at > > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnec > > ti > > on.java:56) > > > > at > > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.j > > av > > a:618) > > > > at > > com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439) > > > > at > > com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672) > > > > I tried to use the Myfaces-api.jar and Myfaces-impl.jar, but the > > application fails to load. Please help! > > > > My web-inf/lib folder contains: > > > > commons-beanutils-1.7.0.jar, commons-codec-1.3.jar, > > commons-collections-3.1.jar, commons-digester-1.6.jar, > > commons-el-1.0.jar, commons-fileupload-1.0.jar, > > commons-lang-2.1.jar, commons-logging-1.0.4.jar, jstl-1.1.0.jar, > > tomahawk-1.1.2.jar, jsf-api.jar, jsf-impl.jar. > > > > Regards, > > > > Jayashree. > > > >
<<winmail.dat>>

