<?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: bodyguard &#8211; Facelets EL functions for Spring Security</title>
	<atom:link href="http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/</link>
	<description>This site talks about the many challenges on computer programming.</description>
	<lastBuildDate>Mon, 15 Feb 2010 19:50:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marko</title>
		<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/comment-page-1/#comment-25369</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Mon, 23 Feb 2009 20:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=289#comment-25369</guid>
		<description>simply rocks
thanks man,

i permitted myself to adapt the code, nothing publishable as most of what did was very specific.

thanks again,</description>
		<content:encoded><![CDATA[<p>simply rocks<br />
thanks man,</p>
<p>i permitted myself to adapt the code, nothing publishable as most of what did was very specific.</p>
<p>thanks again,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duduzerah</title>
		<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/comment-page-1/#comment-25342</link>
		<dc:creator>duduzerah</dc:creator>
		<pubDate>Sun, 30 Nov 2008 13:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=289#comment-25342</guid>
		<description>O loco! Eu estava olhando o widget alí do lado.. bastante visitas ao redor do mundo. Que massa, parabéns!</description>
		<content:encoded><![CDATA[<p>O loco! Eu estava olhando o widget alí do lado.. bastante visitas ao redor do mundo. Que massa, parabéns!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerio</title>
		<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/comment-page-1/#comment-25341</link>
		<dc:creator>rogerio</dc:creator>
		<pubDate>Tue, 18 Nov 2008 23:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=289#comment-25341</guid>
		<description>I made some fixes on the post and in code too, thx for your comment Chandima!!!</description>
		<content:encoded><![CDATA[<p>I made some fixes on the post and in code too, thx for your comment Chandima!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandima Janakantha</title>
		<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/comment-page-1/#comment-25340</link>
		<dc:creator>Chandima Janakantha</dc:creator>
		<pubDate>Tue, 18 Nov 2008 03:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=289#comment-25340</guid>
		<description>This is great!. I earlier tried to use acegi-jsf.jar to get this done.(with the modified one see http://vigilbose.blogspot.com/2008/06/integrating-spring-security-with.html) But when using 3rd party controls sometimes it&#039;s not allowed to put additional  tags around, when using nested components. But this approach works.

I found only one mistake in the sample xhtml file 
{bg:isUserInAnyRoles(’ROLE_USER,ROLE_ADMIN’)} should be changed to 
{bg:isUserInAnyRole(’ROLE_USER,ROLE_ADMIN’)}</description>
		<content:encoded><![CDATA[<p>This is great!. I earlier tried to use acegi-jsf.jar to get this done.(with the modified one see <a href="http://vigilbose.blogspot.com/2008/06/integrating-spring-security-with.html)" rel="nofollow">http://vigilbose.blogspot.com/2008/06/integrating-spring-security-with.html)</a> But when using 3rd party controls sometimes it&#8217;s not allowed to put additional  tags around, when using nested components. But this approach works.</p>
<p>I found only one mistake in the sample xhtml file<br />
{bg:isUserInAnyRoles(’ROLE_USER,ROLE_ADMIN’)} should be changed to<br />
{bg:isUserInAnyRole(’ROLE_USER,ROLE_ADMIN’)}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wagner Santos</title>
		<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/comment-page-1/#comment-25336</link>
		<dc:creator>Wagner Santos</dc:creator>
		<pubDate>Tue, 11 Nov 2008 20:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=289#comment-25336</guid>
		<description>Very good! This is open source?
Congratulations!</description>
		<content:encoded><![CDATA[<p>Very good! This is open source?<br />
Congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Ponte</title>
		<link>http://faces.eti.br/2008/11/09/bodyguard-facelets-el-functions-for-spring-security/comment-page-1/#comment-25333</link>
		<dc:creator>Rafael Ponte</dc:creator>
		<pubDate>Sun, 09 Nov 2008 16:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=289#comment-25333</guid>
		<description>Interesting Rogerio!

The friend of mine has implemented same thing too :) But, your implementation seems a little more complete!

By any way, i\\\&#039;ll show your code for him!
Congratulations!</description>
		<content:encoded><![CDATA[<p>Interesting Rogerio!</p>
<p>The friend of mine has implemented same thing too <img src='http://faces.eti.br/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But, your implementation seems a little more complete!</p>
<p>By any way, i\\\&#8217;ll show your code for him!<br />
Congratulations!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
