<?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: A very simple login example with JSF</title>
	<atom:link href="http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/</link>
	<description>Just a little about development! Think before you write!</description>
	<lastBuildDate>Tue, 08 Dec 2009 10:19:55 -0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Javid</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-17543</link>
		<dc:creator>Javid</dc:creator>
		<pubDate>Sat, 25 Jul 2009 09:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-17543</guid>
		<description>JBLebron, you are right. 
I pratice too, result was org.apache.jasper.el.JspELException! :(</description>
		<content:encoded><![CDATA[<p>JBLebron, you are right.<br />
I pratice too, result was org.apache.jasper.el.JspELException! <img src='http://www.urubatan.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBLebron</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-15219</link>
		<dc:creator>JBLebron</dc:creator>
		<pubDate>Thu, 07 May 2009 06:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-15219</guid>
		<description>I&#039;ve added the part in web.xml to force JSF to bring me to the login page when it sees a SecurityException.  However, when it does throw and SecurityException, I get the following:  

javax.faces.FacesException: javax.el.ELException: /somedata.jspx @49,43 value=&quot;#{someData.getSecuredData}&quot;: Error reading &#039;getSecuredData&#039; on type xxx.xxx.SomeData

It seems that JSF threw another exception called ELException after SecurityException is thrown.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added the part in web.xml to force JSF to bring me to the login page when it sees a SecurityException.  However, when it does throw and SecurityException, I get the following:  </p>
<p>javax.faces.FacesException: javax.el.ELException: /somedata.jspx @49,43 value=&#8221;#{someData.getSecuredData}&#8221;: Error reading &#8216;getSecuredData&#8217; on type xxx.xxx.SomeData</p>
<p>It seems that JSF threw another exception called ELException after SecurityException is thrown.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shymaa</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-11632</link>
		<dc:creator>shymaa</dc:creator>
		<pubDate>Thu, 12 Mar 2009 08:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-11632</guid>
		<description>thank u for this ex , but i need more examples</description>
		<content:encoded><![CDATA[<p>thank u for this ex , but i need more examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-3511</link>
		<dc:creator>Rodrigo Urubatan</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-3511</guid>
		<description>To logout you just need to create a link that will set the loginOk property of the Login bean to false.</description>
		<content:encoded><![CDATA[<p>To logout you just need to create a link that will set the loginOk property of the Login bean to false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruno</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-3510</link>
		<dc:creator>bruno</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-3510</guid>
		<description>I have a question, How can I logoff?,
because after login and close the application, I running again and I was still login and could see the &quot;secureData&quot;...
I just have to undeploy and deploy the aplication again??
I use netbeans 6.1 and glassfish.</description>
		<content:encoded><![CDATA[<p>I have a question, How can I logoff?,<br />
because after login and close the application, I running again and I was still login and could see the &#8220;secureData&#8221;&#8230;<br />
I just have to undeploy and deploy the aplication again??<br />
I use netbeans 6.1 and glassfish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hostedhg &#187; A very simple login example with JSF</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-78</link>
		<dc:creator>hostedhg &#187; A very simple login example with JSF</dc:creator>
		<pubDate>Mon, 22 Oct 2007 11:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-78</guid>
		<description>[...] here to [...]</description>
		<content:encoded><![CDATA[<p>[...] here to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schmidt</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-75</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Sun, 21 Oct 2007 07:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-75</guid>
		<description>Urubatan, ah ok.

@vnjug:  web.xml is created once and then forgotten. And as Urubatan says,  faces-config.xml is usually done with annotations.

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>Urubatan, ah ok.</p>
<p>@vnjug:  web.xml is created once and then forgotten. And as Urubatan says,  faces-config.xml is usually done with annotations.</p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-74</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Sun, 21 Oct 2007 03:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-74</guid>
		<description>vnjug, if I want to let this to the container, I can do it with 4 lines of XML too, but this way is more flexible ...
And in a real application it will probably be wrapped with a little of annotations and AOP :D</description>
		<content:encoded><![CDATA[<p>vnjug, if I want to let this to the container, I can do it with 4 lines of XML too, but this way is more flexible &#8230;<br />
And in a real application it will probably be wrapped with a little of annotations and AOP <img src='http://www.urubatan.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vnjug</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-73</link>
		<dc:creator>vnjug</dc:creator>
		<pubDate>Sun, 21 Oct 2007 02:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-73</guid>
		<description>Too complicated. I can write the same stuff in several code in raw PHP or even less with SolarPHP or Zend or Symfony framework</description>
		<content:encoded><![CDATA[<p>Too complicated. I can write the same stuff in several code in raw PHP or even less with SolarPHP or Zend or Symfony framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-71</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Sat, 20 Oct 2007 21:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-71</guid>
		<description>Stephan, Seam is a very good framework, but the idea of this post was to teach how the things work behind the scenes :D</description>
		<content:encoded><![CDATA[<p>Stephan, Seam is a very good framework, but the idea of this post was to teach how the things work behind the scenes <img src='http://www.urubatan.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
