T
Tim Slattery
I'm trying to switch to using the NetBeans IDE. Very nice, but...
I create a project and select the Struts framework out of the four
available. It creates the project. Then I look at the project
properties, and it has both Struts and JavaServer Faces activated! I
could add more frameworks if I wanted, but there seems to be no way to
get rid of one.
So what? When I build the project and deploy the resulting WAR to
WebLogic, it throws this:
Failed to initialize the application 'NCS' due to error
java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentTag.
Nothing in my app mentions that class or anything in javax.faces.*.
The weird thing is that when I examine the WAR file, there's nothing
there except what I want. There's nothing referencing JSF at all. So
why is WL looking for that class?
I create a project and select the Struts framework out of the four
available. It creates the project. Then I look at the project
properties, and it has both Struts and JavaServer Faces activated! I
could add more frameworks if I wanted, but there seems to be no way to
get rid of one.
So what? When I build the project and deploy the resulting WAR to
WebLogic, it throws this:
Failed to initialize the application 'NCS' due to error
java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentTag.
Nothing in my app mentions that class or anything in javax.faces.*.
The weird thing is that when I examine the WAR file, there's nothing
there except what I want. There's nothing referencing JSF at all. So
why is WL looking for that class?