<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Struts and Resource Bundle problems</title>
	<atom:link href="http://technology.amis.nl/2004/07/16/struts-and-resource-bundle-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2004/07/16/struts-and-resource-bundle-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=struts-and-resource-bundle-problems</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jasper</title>
		<link>http://technology.amis.nl/2004/07/16/struts-and-resource-bundle-problems/#comment-338</link>
		<dc:creator>jasper</dc:creator>
		<pubDate>Mon, 19 Jul 2004 11:14:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=74#comment-338</guid>
		<description><![CDATA[it also works by creating a file called ApplicationResources.properties in your WEB-INF/classes dir, and adding

&lt;pre&gt;
&lt;initparam&gt;
&lt;paramname&gt;application&lt;/paramname&gt;
&lt;paramvalue&gt;ApplicationResources&lt;/paramvalue&gt;
&lt;/initparam&gt;
&lt;/pre&gt;

as a parameter to the actionservlet-declaration in web.xml
(hmm add a &#039;-&#039; before or after &#039;param&#039;, the wordpress thingy doesn&#039;t like it if i use it)]]></description>
		<content:encoded><![CDATA[<p>it also works by creating a file called ApplicationResources.properties in your WEB-INF/classes dir, and adding</p>
<pre class="wp-code-highlight prettyprint">
&lt;initparam&gt;
&lt;paramname&gt;application&lt;/paramname&gt;
&lt;paramvalue&gt;ApplicationResources&lt;/paramvalue&gt;
&lt;/initparam&gt;
</pre>
<p>as a parameter to the actionservlet-declaration in web.xml<br />
(hmm add a &#8216;-&#8217; before or after &#8216;param&#8217;, the wordpress thingy doesn&#8217;t like it if i use it)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
