Hi Richard, Try adding the following lines in the beginning of your web.xml This xml tag is for "displaytag.properties" file. So you can replace the param-value with you filename.
<context-param> <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name> <param-value>displaytag</param-value> <description>Application Resource</description> </context-param> Hope it will solve your problem Cheers. Sreeedhar.V Sreedhar Velagapudi, Kanbay Software India Pvt Ltd, Desk: 040-23125000. Xtn: 5319; mobile: 093910 26216. " Learn the rules so you know how to break them properly" -----Original Message----- From: SourceForge.net [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 7:13 PM To: [EMAIL PROTECTED] Subject: [displaytag-user] [displaytag - Help] RE: how to internationalize column names? Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2866852 By: richardtl is there not an easier solution to use columns title defined as key in applicationResources.properties I saw that there is a titleKey attribute but i don't know how can i use it (or attribute title) with the key name defined in the file.properties Thanks for all ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

