<?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: Facelets EL Functions can save your day</title>
	<atom:link href="http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/</link>
	<description>This site talks about the many challenges on computer programming.</description>
	<lastBuildDate>Fri, 18 Nov 2011 17:09:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JSF 2 Expression Language Functions &#171; Deevo&#039;s Blog</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25502</link>
		<dc:creator>JSF 2 Expression Language Functions &#171; Deevo&#039;s Blog</dc:creator>
		<pubDate>Tue, 31 May 2011 21:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25502</guid>
		<description>[...] always one to skirt convention I came across this blog post which summarizes nicely how you can create your own JSF 2 Expression Language functions which you [...]</description>
		<content:encoded><![CDATA[<p>[...] always one to skirt convention I came across this blog post which summarizes nicely how you can create your own JSF 2 Expression Language functions which you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: catch_down (catch_down)</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25451</link>
		<dc:creator>catch_down (catch_down)</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25451</guid>
		<description>http://tinyurl.com/mcec3m 
Facing new challenges everyday » Facelets EL Functions can save your day</description>
		<content:encoded><![CDATA[<p><a href="http://tinyurl.com/mcec3m" rel="nofollow">http://tinyurl.com/mcec3m</a><br />
Facing new challenges everyday » Facelets EL Functions can save your day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerio</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25360</link>
		<dc:creator>rogerio</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25360</guid>
		<description>Can you post the code and configuration at http://pastebin.com/ or send it to me by e-mail?</description>
		<content:encoded><![CDATA[<p>Can you post the code and configuration at <a href="http://pastebin.com/" rel="nofollow">http://pastebin.com/</a> or send it to me by e-mail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jintu J</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25359</link>
		<dc:creator>Jintu J</dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25359</guid>
		<description>Hi,
I am talking about \&#039;Simple loop over a range of numbers\&#039;. I am using richfaces, a4j along with core jsf.
The exception is something like this :
 java.lang.NullPointerException  at org.apache.el.lang.FunctionMapperImpl$Function.writeExternal(FunctionMapperImpl.java:123)  at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)  at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)  at java.util.HashMap.writeObject(HashMap.java:1039)  at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  at java.lang.reflect.Method.invoke(Method.java:585)  at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)  at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)  at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)  at org.apache.el.lang.FunctionMapperImpl.writeExternal(FunctionMapperImpl.java:74)  at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310).......</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am talking about \&#8217;Simple loop over a range of numbers\&#8217;. I am using richfaces, a4j along with core jsf.<br />
The exception is something like this :<br />
 java.lang.NullPointerException  at org.apache.el.lang.FunctionMapperImpl$Function.writeExternal(FunctionMapperImpl.java:123)  at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)  at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)  at java.util.HashMap.writeObject(HashMap.java:1039)  at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  at java.lang.reflect.Method.invoke(Method.java:585)  at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)  at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)  at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)  at org.apache.el.lang.FunctionMapperImpl.writeExternal(FunctionMapperImpl.java:74)  at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerio</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25357</link>
		<dc:creator>rogerio</dc:creator>
		<pubDate>Thu, 05 Feb 2009 11:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25357</guid>
		<description>Which one are you talking about?</description>
		<content:encoded><![CDATA[<p>Which one are you talking about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jintu J</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25356</link>
		<dc:creator>Jintu J</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25356</guid>
		<description>I am using facelet el function as said above. But whenever i am doing a form submission or action invokation null pointer exception is thrown. Could you please suggest solutions if any.</description>
		<content:encoded><![CDATA[<p>I am using facelet el function as said above. But whenever i am doing a form submission or action invokation null pointer exception is thrown. Could you please suggest solutions if any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Ponte</title>
		<link>http://faces.eti.br/2008/11/02/facelets-el-functions-can-save-your-day/comment-page-1/#comment-25335</link>
		<dc:creator>Rafael Ponte</dc:creator>
		<pubDate>Sun, 09 Nov 2008 16:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://faces.eti.br/?p=279#comment-25335</guid>
		<description>Pretty good!!

Using Facelets the things become easier!

However, I didn\&#039;t understand your last sample, in fact, I didn\&#039;t understand the syntax on \</description>
		<content:encoded><![CDATA[<p>Pretty good!!</p>
<p>Using Facelets the things become easier!</p>
<p>However, I didn\&#8217;t understand your last sample, in fact, I didn\&#8217;t understand the syntax on \</p>
]]></content:encoded>
	</item>
</channel>
</rss>

