RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
ara: Struts Users Mailing List; [EMAIL PROTECTED] Asunto: RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3 Have you, in fact, added the struts2 filter to your web.xml? If not, drop the following in: struts2 org.apache.struts2.dispatcher.FilterDispa

RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
Strust 2 with Jdeveloper 10.1.3 Have you, in fact, added the struts2 filter to your web.xml? If not, drop the following in: struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* ~Dan Allen

RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Allen, Daniel
Have you, in fact, added the struts2 filter to your web.xml? If not, drop the following in: struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* ~Dan Allen -- This message may contain conf

RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
]; Struts Users Mailing List CC: Chris Brown Asunto: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3 Please reply to the struts-user mailing list. --- Alvaro Ernesto Gomez Cerna <[EMAIL PROTECTED]> wrote: > In directory web-inf\lib found > freemarker-2.3.8.jar > ognl-2.6.1

RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
d.run(Thread.java:595) -Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: MiƩrcoles, 13 de Febrero de 2008 12:54 p.m. Para: [EMAIL PROTECTED]; Struts Users Mailing List CC: Chris Brown Asunto: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3 Please reply to the struts

[OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Dave Newton
Please reply to the struts-user mailing list. --- Alvaro Ernesto Gomez Cerna <[EMAIL PROTECTED]> wrote: > In directory web-inf\lib found > freemarker-2.3.8.jar > ognl-2.6.11.jar > strust.jar > strust2-core-2.0.11.jar > xwork-2.0.4.jar > > Others directory web-inf > strust-tags.tld You need

Re: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Alberto A. Flores
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

Re: Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Dave Newton
--- Alvaro Ernesto Gomez Cerna <[EMAIL PROTECTED]> wrote: > Now beging in strust 2 with Jdeveloper. Display error en screen all > compile, What is problem..? > > The error running is: > Error: java.lang.NoClassDefFoundError: > com/opensymphony/xwork2/util/ValueStack You don't have all the require

Beging in Strust 2 with Jdeveloper 10.1.3

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
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"%> untitled The error running is: Error: java.lang.NoClassDefF