David, Thanks for the advice, this is my first experience with JSF.Your advice fixed my issue.
Thanks Kunle On Dec 27, 2007 12:36 PM, david delbecq <[EMAIL PROTECTED]> wrote: > Kunle Ola a écrit : > > Hi, > > > > My setup: > > > > myfaces-1.2.0 > > > > .... > > > > com.sun.faces.config.ConfigurationException : CONFIGURATION FAILED! null > > at > > com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212) > > at > > com.sun.faces.config.ConfigureListener.contextInitialized( > ConfigureListener.java:174) > > > Don't mix sun implementation of jsf and myfaces implementation! If you > use myfaces-1.2.0, remove sun's jsf from your webapp! >

