Hi,
I'd like to use a displaytag.properties file to specify my configuration for displaytag. I place it in application classpath, but it seems that nothing is taken into account. Thanks for help on this point.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any other way to configure the resource bundle like setting a system parameter? I actually do not want to place displaytag.properties file in my WEB-INF directory?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'd like to use a displaytag.properties file to specify my configuration for displaytag. I place it in application classpath, but it seems that nothing is taken into account. Thanks for help on this point.
I have tried placing it in WEB-INF/classes folder but still its not able to pick up. any suggestions
try to configure displaytag.properties in web.xml
Make sure it's in WEB-INF/classes. If it's there and your settings are not being picked up - who knows. It works for me. ;-)
Is there any other way to configure the resource bundle like setting a system parameter? I actually do not want to place displaytag.properties file in my WEB-INF directory?
Thanks.