<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JSF Seam Validation + Custom Messages + Annotations + Internationalization</title>
	<atom:link href="http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/feed/" rel="self" type="application/rss+xml" />
	<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/</link>
	<description>Because programming is depressing</description>
	<lastBuildDate>Thu, 05 Nov 2009 23:29:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anjaya Pillai</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-874</link>
		<dc:creator>Anjaya Pillai</dc:creator>
		<pubDate>Wed, 27 May 2009 15:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-874</guid>
		<description>Dear Sir, 

 How can I use a method validation, for example If I wanna to check the user enter name with database, and then let it throw an error if name mismatch , how...</description>
		<content:encoded><![CDATA[<p>Dear Sir, </p>
<p> How can I use a method validation, for example If I wanna to check the user enter name with database, and then let it throw an error if name mismatch , how&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjaya Pillai</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-869</link>
		<dc:creator>Anjaya Pillai</dc:creator>
		<pubDate>Sun, 24 May 2009 12:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-869</guid>
		<description>Dear Sir,

 I am trying to use validator of JSF from managed bean with Jboss Seam , it is throwing error that method not found exception

Method not found: bean.MYbean@2e3cb1.dcno(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p> I am trying to use validator of JSF from managed bean with Jboss Seam , it is throwing error that method not found exception</p>
<p>Method not found: <a href="mailto:bean.MYbean@2e3cb1.dcno">bean.MYbean@2e3cb1.dcno</a>(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elegando &#187; Blog Archive &#187; Hibernate Validation</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-859</link>
		<dc:creator>Elegando &#187; Blog Archive &#187; Hibernate Validation</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-859</guid>
		<description>[...] From Depressed Programmer. [...]</description>
		<content:encoded><![CDATA[<p>[...] From Depressed Programmer. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandan Khandelwal</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-842</link>
		<dc:creator>Chandan Khandelwal</dc:creator>
		<pubDate>Mon, 09 Mar 2009 06:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-842</guid>
		<description>Thanks for such a nice and useful article</description>
		<content:encoded><![CDATA[<p>Thanks for such a nice and useful article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ozzy</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-838</link>
		<dc:creator>ozzy</dc:creator>
		<pubDate>Mon, 23 Feb 2009 14:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-838</guid>
		<description>Very good article. Concise, right to the point. This is exactly what I was looking for. Thank you.</description>
		<content:encoded><![CDATA[<p>Very good article. Concise, right to the point. This is exactly what I was looking for. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsenalist</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-812</link>
		<dc:creator>Arsenalist</dc:creator>
		<pubDate>Thu, 27 Nov 2008 18:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-812</guid>
		<description>Masini, you can use resource keys which reference .properties files in your HTML controls, e.g:

#{messages[&#039;login.username&#039;]}

This is already in the example.</description>
		<content:encoded><![CDATA[<p>Masini, you can use resource keys which reference .properties files in your HTML controls, e.g:</p>
<p>#{messages['login.username']}</p>
<p>This is already in the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masini second</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-811</link>
		<dc:creator>Masini second</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-811</guid>
		<description>can you talk more about internationalization?Or can you direct me to some god tutorials?I&#039;m a beginer.
Thanks!</description>
		<content:encoded><![CDATA[<p>can you talk more about internationalization?Or can you direct me to some god tutorials?I&#8217;m a beginer.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajkumar</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-796</link>
		<dc:creator>Rajkumar</dc:creator>
		<pubDate>Sun, 28 Sep 2008 22:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-796</guid>
		<description>Good article. Thanks</description>
		<content:encoded><![CDATA[<p>Good article. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: premium</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-795</link>
		<dc:creator>premium</dc:creator>
		<pubDate>Fri, 26 Sep 2008 10:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-795</guid>
		<description>Im agree.</description>
		<content:encoded><![CDATA[<p>Im agree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sefai</title>
		<link>http://depressedprogrammer.wordpress.com/2008/06/24/jsf-seam-validation-custom-messages-annotations-internationalization/#comment-794</link>
		<dc:creator>Sefai</dc:creator>
		<pubDate>Sun, 21 Sep 2008 02:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://depressedprogrammer.wordpress.com/?p=54#comment-794</guid>
		<description>Thanks..

&quot;The placeholder is {0} is automatically filled by the label attribute of the  tag...&quot;

why the label,if I add {1},{2},... how will they be filled?</description>
		<content:encoded><![CDATA[<p>Thanks..</p>
<p>&#8220;The placeholder is {0} is automatically filled by the label attribute of the  tag&#8230;&#8221;</p>
<p>why the label,if I add {1},{2},&#8230; how will they be filled?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
