<?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: Enums internationalization with Wicket</title>
	<atom:link href="http://wicketbyexample.com/enums-internationalization-with-wicket/feed/" rel="self" type="application/rss+xml" />
	<link>http://wicketbyexample.com/enums-internationalization-with-wicket/</link>
	<description>Examples of using Apache Wicket for Java</description>
	<lastBuildDate>Sat, 28 Aug 2010 09:33:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leszek Gawron</title>
		<link>http://wicketbyexample.com/enums-internationalization-with-wicket/comment-page-1/#comment-95</link>
		<dc:creator>Leszek Gawron</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=130#comment-95</guid>
		<description>and why complicate things if you can simply do:

add( new Label( &quot;enumValue&quot;, new StringResourceModel( MyEnum.class.getName() + &quot;.${}&quot;, this, Model.of( myEnumValue ) ) ) ?</description>
		<content:encoded><![CDATA[<p>and why complicate things if you can simply do:</p>
<p>add( new Label( &#8220;enumValue&#8221;, new StringResourceModel( MyEnum.class.getName() + &#8220;.${}&#8221;, this, Model.of( myEnumValue ) ) ) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reinout van Schouwen (reinouts) 's status on Monday, 12-Oct-09 12:28:38 UTC - Identi.ca</title>
		<link>http://wicketbyexample.com/enums-internationalization-with-wicket/comment-page-1/#comment-75</link>
		<dc:creator>Reinout van Schouwen (reinouts) 's status on Monday, 12-Oct-09 12:28:38 UTC - Identi.ca</dc:creator>
		<pubDate>Mon, 12 Oct 2009 12:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=130#comment-75</guid>
		<description>[...] by example: enums internationalization with Wicket http://wicketbyexample.com/enums-internationalization-with-wicket/ #i18n [...]</description>
		<content:encoded><![CDATA[<p>[...] by example: enums internationalization with Wicket <a href="http://wicketbyexample.com/enums-internationalization-with-wicket/" rel="nofollow">http://wicketbyexample.com/enums-internationalization-with-wicket/</a> #i18n [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
