On 23 Gru, 14:14, Frank Langelage <
fr...@lafr.de> wrote:
> On 23.12.11 13:09, Hollow Quincy wrote:
[...]
> > [ERROR] class file for javax.faces.event.FacesEvent not found
> > I can see that
> > public class FileUploadEvent extends FacesEvent
> > but it is true, that I cannot find class:
> > javax.faces.event.FacesEvent
[...]
> This class is in jsf-api.jar, seems that it's not in your classpath
> during compilation.
Probably you are right, but when I checked where can I find this jar
in findJar.com page:
http://www.findjar.com/index.x?query=jsf-api
I could see that JSF 1.2 contains this jar, but I am using JSF 2 !
Should I really use "jsf-api-1.2.jar in javax/faces/jsf-api/1.2" ?
Thanks for help