NoClassDefFoundError is an Throwable which indicates that the container does not find a class definition. Looks like your path does not reference the libraries for xwork-xxx.jar. Please refer to the documentation on JDeveloper (if you are using that IDE) or if you are deploying your war/ear in a container, please mention which one (to better help you)

Alvaro Ernesto Gomez Cerna wrote:
Now beging in strust 2 with Jdeveloper. Display error en screen all compile,
What is problem..?

The codigo is form is simple:
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib uri="/struts-tags" prefix="s"%> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>untitled</title> </head> <body><s:label name="et1" value="copiado"/></body> </html>

The error running is:
Error: java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/ValueStack




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--

Alberto A. Flores
http://www.linkedin.com/in/aflores


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to