RE: An error occurred when i tried to view struts example

2001-04-13 Thread Robert Taylor
]] Sent: Thursday, April 12, 2001 4:03 PM To: [EMAIL PROTECTED] Subject: RE: An error occurred when i tried to view struts example Dear Nishit, My example application is organized as follows WEB-INF : contains all the tag libraries and the xml configuration files. WEB-INF/lib : contains struts.jar

RE: An error occurred when i tried to view struts example

2001-04-12 Thread Nishit Trivedi
your ApplicationResource file is not loaded properly check your classpath... you should have struts.jar in your web-inf\lib Nishit -Original Message- From: M. Amin [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 3:42 PM To: [EMAIL PROTECTED] Subject: An error occurred when

RE: An error occurred when i tried to view struts example

2001-04-12 Thread M . Amin
Dear Nishit, My example application is organized as follows WEB-INF : contains all the tag libraries and the xml configuration files. WEB-INF/lib : contains struts.jar WEB-INF/classes : contains ApplicationResource.properties file Is there any thing missed to lauch this example application

RE: An error occurred when i tried to view struts example

2001-04-12 Thread Stanley Tan
Dear M. Amin, One possible problem is that you have struts.jar in your system classpath. I don't believe this is recommended, though others will correct me if I am wrong. Struts.jar belongs in (as you have shown below), each application's WEB-INF/lib. Please correct me if I am wrong. Check