I\'m using Struts 2.3.14.2 jars, but when I created the simple application, I\'m getting the following error/exception. I almost did everything perfectly. I added almost all
If you are not using GXP plugin, then remove it from classpath. The referenced class is org.apache.struts2.views.gxp.inject.InjectedObjectContainer
absent in the distribution. But you could download it from the SVN repositories if required.
You must not use plugin libraries unless:
Using Maven or equivalent solves version and dependency issues.
Using only the plugins your app needs solves the others.