<?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 for DirkReske.de</title>
	<atom:link href="http://www.dirkreske.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dirkreske.de</link>
	<description>Personal homepage of Dirk Reske</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:18:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Les groupes de validation dynamiques avec JSF 2 et Hibernate Validator &#62; Patate-chaude</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1257</link>
		<dc:creator>Les groupes de validation dynamiques avec JSF 2 et Hibernate Validator &#62; Patate-chaude</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1257</guid>
		<description>[...] originale est tirée de ce blog.    Publié le janvier 27, 2012 par mathieu. Cet article a été publié dans Hibernate, Java, JSF, [...]</description>
		<content:encoded><![CDATA[<p>[...] originale est tirée de ce blog.    Publié le janvier 27, 2012 par mathieu. Cet article a été publié dans Hibernate, Java, JSF, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Dirk Reske</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1253</link>
		<dc:creator>Dirk Reske</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1253</guid>
		<description>No Problem,

but good to know it&#039;s not working with partial state saving enabled.</description>
		<content:encoded><![CDATA[<p>No Problem,</p>
<p>but good to know it&#8217;s not working with partial state saving enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Ugo</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1251</link>
		<dc:creator>Ugo</dc:creator>
		<pubDate>Tue, 24 Jan 2012 09:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1251</guid>
		<description>Hello Dirk,

My friend tested your code yesterday, and we noted that it work just fine. So I came back to my computer and tried to find out what&#039;s wrong with my environment. It just came out that a web.xml configuration was making go your code wrong:


		javax.faces.PARTIAL_STATE_SAVING
		false


With some deeper research I also learnt that the f:param is actually set into the JSF component tree during the Apply Request Value lifecycle phase, so it is reported into the f:validateBean BEFORE the Validation phase, and I was wrong on that point.

Thank you for your help !</description>
		<content:encoded><![CDATA[<p>Hello Dirk,</p>
<p>My friend tested your code yesterday, and we noted that it work just fine. So I came back to my computer and tried to find out what&#8217;s wrong with my environment. It just came out that a web.xml configuration was making go your code wrong:</p>
<p>		javax.faces.PARTIAL_STATE_SAVING<br />
		false</p>
<p>With some deeper research I also learnt that the f:param is actually set into the JSF component tree during the Apply Request Value lifecycle phase, so it is reported into the f:validateBean BEFORE the Validation phase, and I was wrong on that point.</p>
<p>Thank you for your help !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Dirk Reske</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1250</link>
		<dc:creator>Dirk Reske</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1250</guid>
		<description>Hello Ugo,

I&#039;ve created a minimal demo project to show the described behavior: Just download the zip from http://dl.dropbox.com/u/654527/validation-test.zip

Sources and packaged war included.

Greets from germany
Dirk</description>
		<content:encoded><![CDATA[<p>Hello Ugo,</p>
<p>I&#8217;ve created a minimal demo project to show the described behavior: Just download the zip from <a href="http://dl.dropbox.com/u/654527/validation-test.zip" rel="nofollow">http://dl.dropbox.com/u/654527/validation-test.zip</a></p>
<p>Sources and packaged war included.</p>
<p>Greets from germany<br />
Dirk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Ugo</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1249</link>
		<dc:creator>Ugo</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1249</guid>
		<description>That&#039;s right, your f:param is set before the validation  begins, but not before the request is sent, unless you re-render the page with the parameters set.

I&#039;ve tried exactly your code, but still it&#039;s not working. I&#039;m interested in this solution, but I can&#039;t find out how to make it work. Isn&#039;t there some special configuration behind this ?</description>
		<content:encoded><![CDATA[<p>That&#8217;s right, your f:param is set before the validation  begins, but not before the request is sent, unless you re-render the page with the parameters set.</p>
<p>I&#8217;ve tried exactly your code, but still it&#8217;s not working. I&#8217;m interested in this solution, but I can&#8217;t find out how to make it work. Isn&#8217;t there some special configuration behind this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enable glassfish session replication by Emmanuel</title>
		<link>http://www.dirkreske.de/enable-glassfish-session-replication/comment-page-1/#comment-1246</link>
		<dc:creator>Emmanuel</dc:creator>
		<pubDate>Wed, 18 Jan 2012 20:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=86#comment-1246</guid>
		<description>Hello, thanks for the post. I have a questions though. I am working on a web site and I want two or more applications to be available from the site, either using subdomains or directories. Is there a way to configure glassfish such that the session information can be shared between two different applications? That is, when I put something inside the HttpSession object in one application, I want to be able to access it in another application.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the post. I have a questions though. I am working on a web site and I want two or more applications to be available from the site, either using subdomains or directories. Is there a way to configure glassfish such that the session information can be shared between two different applications? That is, when I put something inside the HttpSession object in one application, I want to be able to access it in another application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Feliciano</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1245</link>
		<dc:creator>Feliciano</dc:creator>
		<pubDate>Wed, 18 Jan 2012 14:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1245</guid>
		<description>Hey Dirk, 
thanks for your advice :-). For me the first method worked perfectly. In fact the f:param tag is set before the validation begins and not as Ugo assumes afterwards.

Cheers,

Feliciano</description>
		<content:encoded><![CDATA[<p>Hey Dirk,<br />
thanks for your advice <img src='http://www.dirkreske.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . For me the first method worked perfectly. In fact the f:param tag is set before the validation begins and not as Ugo assumes afterwards.</p>
<p>Cheers,</p>
<p>Feliciano</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate different validation groups depending on clicked button by Ugo</title>
		<link>http://www.dirkreske.de/button-based-bean-validation/comment-page-1/#comment-1160</link>
		<dc:creator>Ugo</dc:creator>
		<pubDate>Fri, 23 Dec 2011 13:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirkreske.de/?p=305#comment-1160</guid>
		<description>Hello,

Nice article !
However I tried the first method with the GROUPS param in the validationGroups attribute, but it didn&#039;t work.

I think that this is because your param is set first when you click the command button, but not before. So when you&#039;re action is performed, the validationGroups attribute isn&#039;t set yet.

Am I wrong ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Nice article !<br />
However I tried the first method with the GROUPS param in the validationGroups attribute, but it didn&#8217;t work.</p>
<p>I think that this is because your param is set first when you click the command button, but not before. So when you&#8217;re action is performed, the validationGroups attribute isn&#8217;t set yet.</p>
<p>Am I wrong ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

