Thank you. That worked out after refactoring my code which contained a lot
of plain html between the view tags.

Do I really have to add all of them:
myfaces-impl.jar
AND myfaces-jsf-api.jar
AND myfaces-extensions.jar 
AND myfaces.jar

Do I still need jsf-impl.jar then?

Thanks
Rene

-----Ursprüngliche Nachricht-----
Von: alex [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 25. Mai 2005 12:25
An: MyFaces Discussion
Betreff: Re: Error w/o JSF-API.JAR

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</lis
tener-class>
    </listener>

in your web.xml?

Rgds
Alex


Reply via email to