RE: onload comp-jsf

2007-01-09 Thread Yaron Spektor
Ask and you shall receive :-> The phaseListener is not found 2007-01-09 10:34:39,328 [main] ERROR org.apache.catalina.core.ContainerBase.[Cat alina].[localhost].[/BESSA2_PROJ] - Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServlet

Re: onload comp-jsf

2007-01-09 Thread Matthias Wessendorf
java.lang.NoClassDefFoundError: javax/faces/event/PhaseListener that looks like the container doesn't find the myfaces-api.jar -M On 1/9/07, Yaron Spektor <[EMAIL PROTECTED]> wrote: Ask and you shall receive :-> The phaseListener is not found 2007-01-09 10:34:39,328 [main] ERROR org.apac

RE: onload comp-jsf

2007-01-09 Thread Yaron Spektor
Thanks Andrew and Matthias, The myfaces-all.jar is in the lib as are the rest of the jars (I let eclipse do it for me) so I do not think that is the problem...

Re: onload comp-jsf

2007-01-10 Thread Jeff Bischoff
Yaron Spektor wrote: Thanks Andrew and Matthias, The myfaces-all.jar is in the lib as are the rest of the jars (I let eclipse do it for me) so I do not think that is the problem... myfaces-all?? what version are you using? The recent releases don't have a myfaces-all.jar

RE: onload comp-jsf

2007-01-10 Thread Yaron Spektor
I am using MyEclipse to build the JSF capabilities for me. It is using MyFaces 1.1.1 Int the onload documentation it says it was tested with that version, so I guessed it was the best bet.

Re: onload comp-jsf

2007-01-10 Thread Andrew Robinson
If you look at the example code that I put in the latest onload build, I tested it on 1.1.4 myfaces/tomahawk. I strongly recommend that you do not use 1.1.1 (not just for the on load component, but for many bug reasons) and upgrade to 1.1.4. There is nothing special in my on-load component that re