I have several spring projects with displaytag 1.2 as dependency (ivy). Each project has its own displaytag.properties file placed under Java Resources -> resources folder. The problem is when I'm running it localy (Eclipse with Tomcat) it seems that only one displaytag.properties is shared among all other projects.
How can i specify that each project should load its own displaytag.properties?
This is the same problem when I'm deploying to a server. I've placed this property file under WEB-INF/classes, but again, only one property file is loaded and shared among other projects.