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% html head meta http-equiv=Content-Type content=text/html; charset=windows-1252

[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 to set up

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 required

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: filter filter-namestruts2/filter-name filter-classorg.apache.struts2.dispatcher.FilterDispatcher/filter-cla ss /filter filter-mapping

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

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
: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-user mailing list. --- Alvaro Ernesto Gomez Cerna [EMAIL PROTECTED] wrote: In directory web-inf\lib found freemarker-2.3.8.jar ognl

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

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
(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

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

2008-02-13 Thread Alvaro Ernesto Gomez Cerna
] Enviado el: MiƩrcoles, 13 de Febrero de 2008 01:37 p.m. Para: 'Struts Users Mailing List' Asunto: RE: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3 Thank ok, running sin problem. You one example developing in jdeveloper for reference -Mensaje original- De: Allen, Daniel [mailto:[EMAIL