View Review Details


Book:   Programming Jakarta Struts
Subject:   Programming Jakarta Struts Review
Date:   2004-01-05 17:58:54
From:   Kenny
Rating:  StarStarStarStarStar

Mr.Cavaness,


Thank you for your reply.


Guess what? I got it working!!!


I was using Eclipse to build my Web application and that was the problem.


I didn't know that I shouldn't be putting files directly into the


WEB-INF/classes directory when building Web applications using Eclipse( and other IDEs).


I put the properties file in the WEB-INF/src directory


(Eclipse automatically copies the properties file in the WEB-INF/classes directory) and everything worked perfectly.


See larger cover