am trying to deploy simple hello world application from APACHE STRUTS TUTORIAL on weblogic after exporting war files from Eclipse. I am getting following error:
index.jsp:1:1: Needed class "com/opensymphony/xwork2/util/ValueStack" is not found when methods of "org.apache.struts2.views.jsp.URLTag" are accessed. <%@ page language="java" contentType="text/html; charset=ISO-8859-1" I already tried following: Importing pages to the JSP Putting all jar files on CLASSPATH of Weblogic. Regards, Abhishek