I'm building a webapp that uses the excellent displaytag library but I'm having issue with configuration. The webapp is deployed on the Tomcat/Jboss 3.2.3RC1 distro.
The webapp is for french users and I need to display appropriate messages. So I created a displaytag.properties that contains very few lines such as :
paging.banner.no_items_found=<span class="pagebanner">Aucun {0} trouv�.</span>
My WAR has the following structure :
WEB-INF
|_displaytag.properties
|_classes
|_ (all my classes)
|_lib
|_ displaytag-1.0-b2.jarFor me, deploying the webapp means copy the WAR to the deploy directory in JBoss.
The problem is that I still have the original english messages.
The documentation says : "drop the property file into the application classpath". Where should I put the displaytag.properties ?
Thanks for helping
Cheers
Olivier
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

