java.lang.NoClassDefFoundError: com/infragistics/faces/shared/component/MovableComponent
- I downloaded and installed NetAdvantage® for JSF 2008 Vol 1 - I set the classpath as usual and added the corresponding "*.jar"s- On running the tomcat server I get the above mentioned NoClassDefFoundError message.- I tried to find some information about the MovableComponent class in the Infragistics Online Help without success. => Via Tab 'Search': "... but the page you have requested has either been moved or is not longer available"=> Via Tab 'Contents': com.infragistics.faces.shared.component.movablecomponent is not listed.
What can I do to get it runnig?
Hi marlife,
The com.infragistics.faces.shared.component.MovableComponent interface can be found in the "infragistics-shared.jar" jar
Please make sure you are including this jar in the classpath and not using an old one.