Currently i have placed the Displaytag.properties in ‘src’ directory, and it is working fine. Is it posssible to have this file on some different location like src/comp/bre/sub/config ?
Currently i have placed the Displaytag.properties in ‘src’ directory, and it is working fine.
Share
From the docs for the DisplayTag library:
So in your case make sure your build scripts (or IDE) copy your
displaytag.propertiesfile fromsrc/comp/bre/sub/configthe onto the classpath.In an IDE this is normally as simple as specifying that a particular directory contains source code. In ANT just make sure the
displaytag.propertiesfile ends up in your/WEB-INF/classes.