spring - displaytag.properties in multiple projects -


i have several spring projects displaytag 1.2 dependency (ivy). each project has own displaytag.properties file placed under java resources -> resources folder. problem when i'm running localy (eclipse tomcat) seems 1 displaytag.properties shared among other projects.

how can specify each project should load own displaytag.properties?

this same problem when i'm deploying server. i've placed property file under web-inf/classes, again, 1 property file loaded , shared among other projects.

it seems like, when there several projects depending on same displaytag, upon starting server 1 displaytag.properties loaded. so, i've placed displaytag.properties in jar of 1 project , second project i've used display:setproperty tag inside jsp. works.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -