You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by mortendamby, Nov 20, 2013
What steps will reproduce the problem?
Create an Eclipse JSF 2.1 project using wicked-charts-highcharts-1.4.2.jar in your classpath
Run the project on a Tomcat 7 server
The JSF page comes up blank due to a "java.lang.NoClassDefFoundError
What is the expected output? What do you see instead?
There should be no error and the JSF page should load correctly. Instead the page comes up blank and the console displays: "SEVERE: Unable to load annotated class: , reason: java.lang.NoClassDefFoundError: com/googlecode/wickedcharts/highcharts/options/color/ColorReference"
What version of the product are you using? On what operating system?
Using wicked-charts-jsf21-1.5.0 on Windows 7
Please provide any additional information below.
I've double chekked web.xml and faces-config, both of them are as they should be.
My bean class looks like this:
Reported by mortendamby, Nov 20, 2013
What steps will reproduce the problem?
What is the expected output? What do you see instead?
There should be no error and the JSF page should load correctly. Instead the page comes up blank and the console displays: "SEVERE: Unable to load annotated class: , reason: java.lang.NoClassDefFoundError: com/googlecode/wickedcharts/highcharts/options/color/ColorReference"
What version of the product are you using? On what operating system?
Using wicked-charts-jsf21-1.5.0 on Windows 7
Please provide any additional information below.
I've double chekked web.xml and faces-config, both of them are as they should be.
My bean class looks like this:
and the html file:
The text was updated successfully, but these errors were encountered: