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>(Myfac > > esConfig.java:80).null(Unknown > > Source) > > > > at > > org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance( > > AddResourceFactory.java:297) > > > > at > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsF > > ilter.java:123) > > > > at > > com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterIn > > stanceWrapper.java:132) > > > > at > > com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilter > > Chain.java:71) > > > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDis > > patch(WebAppRequestDispatcher.java:974) > > > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebApp > > RequestDispatcher.java:564) > > > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppR > > equestDispatcher.java:200) > > > > at > > com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java > > :119) > > > > at > > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppI > > nvoker.java:276) > > > > at > > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvoca > > tion(CachedInvocation.java:71) > > > > at > > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Serv > > letRequestProcessor.java:182) > > > > at > > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEL > > istener.java:334) > > > > at > > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnecti > > on.java:56) > > > > at > > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.jav > > 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>>

