hi, please provide a link to a small example (project) which illustrates the issue. [1] provides a generated demo which can be used as a starting point.
regards, gerhard [1] http://goo.gl/41XIl 2011/12/16 Myfaces User <[email protected]> > > Thanks Gerhard! > > Tried including myfaces-extval-generic-support-2.0.4. throws following > error > on navigating to home page. > > java.lang.NullPointerException > at > > org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:107) > at > > org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:185) > at > org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189) > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:400) > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) > at > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > at java.lang.Thread.run(Thread.java:619) > > > > > > > > Gerhard Petracek wrote: > > > > hi, > > > > tomahawk for jsf2 uses some new jsf2 features which are incompatible by > > default. > > -> you have to add the generic component support module (+ the > > dependencies > > of it). > > > > regards, > > gerhard > > > > http://www.irian.at > > > > Your JSF/JavaEE powerhouse - > > JavaEE Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > > > > > > 2011/12/15 Myfaces User <[email protected]> > > > >> > >> Using myfaces tomahawk examples, selectManyPicklist works fine. > >> The issue started only after adding myfaces-extval-core-2.0.4.jar to > >> webapp > >> classpath. > >> selectManyPicklist stopped working. When I click on any button in this > >> component a java script error is thrown. > >> > >> JavaScript Error: > >> > >> Message: Object expected > >> Line: 5 > >> Char: 1 > >> Code: 0 > >> URI: http://localhost:8080/myfaces-example-simple20-1.1.11/picklist.jsf > >> > >> > >> Any reason why this happens ? > >> -- > >> View this message in context: > >> > http://old.nabble.com/selectManyPicklist-does-not-work-when-using-myfaces-extval-core-2.0.4.jar-tp32983428p32983428.html > >> Sent from the MyFaces - Users mailing list archive at Nabble.com. > >> > > > > > > -- > View this message in context: > http://old.nabble.com/selectManyPicklist-does-not-work-when-using-myfaces-extval-core-2.0.4.jar-tp32983428p32988938.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

