Rene Guenther wrote:

Hello,

According to http://myfaces.apache.org/docs/gettingstarted.html i should
delete JSF-API.JAR. But w/o this jar I receive:

Anybody has an idea? Do I have to keep JSF-API?


Do you have myfaces-impl.jar, myfaces-jsf-api.jar, myfaces-extensions.jar (and myfaces.jar) in your path?
And do you have

<listener>
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
   </listener>

in your web.xml?

Rgds
Alex

Reply via email to