<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WebMoli - Rediscover the Basics &#187; Java Server Faces</title>
	<atom:link href="http://webmoli.com/tag/java-server-faces/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmoli.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 13:11:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webmoli.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WebMoli - Rediscover the Basics &#187; Java Server Faces</title>
		<link>http://webmoli.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webmoli.com/osd.xml" title="WebMoli - Rediscover the Basics" />
	<atom:link rel='hub' href='http://webmoli.com/?pushpress=hub'/>
		<item>
		<title>JSF onload action during restore and render response phase</title>
		<link>http://webmoli.com/2008/11/10/jsf-onload-action-during-restore-and-render-response-phase/</link>
		<comments>http://webmoli.com/2008/11/10/jsf-onload-action-during-restore-and-render-response-phase/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:38:32 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Server Faces]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=70</guid>
		<description><![CDATA[When comparing JSF with action based frameworks like Struts, Webwork, etc. one of the major missing feature is onload action. I tried googling to find out various options to do onload action. Many frameworks and external components does in different ways, most of them requires additional XML files which I hate to maintain too many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&amp;blog=2347801&amp;post=70&amp;subd=venkatsadasivam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/11/10/jsf-onload-action-during-restore-and-render-response-phase/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
		<item>
		<title>Arbitrary validation in JSF using validator attribute</title>
		<link>http://webmoli.com/2008/08/12/arbitrary-validation-in-jsf/</link>
		<comments>http://webmoli.com/2008/08/12/arbitrary-validation-in-jsf/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:50:39 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Server Faces]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[Validator]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=139</guid>
		<description><![CDATA[Recently I was searching for an example about the arbitrary validation in JSF component, found very minimal examples in the web. Here I would like to share my knowledge on this. One of the good feature in JSF is creating custom validator. To create a custom validator there two ways available. a) Create a Validator [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&amp;blog=2347801&amp;post=139&amp;subd=venkatsadasivam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/08/12/arbitrary-validation-in-jsf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
		<item>
		<title>JSF default timezone and date pattern</title>
		<link>http://webmoli.com/2008/07/08/jsf-default-timezone-and-date-pattern/</link>
		<comments>http://webmoli.com/2008/07/08/jsf-default-timezone-and-date-pattern/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 03:49:55 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Server Faces]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=68</guid>
		<description><![CDATA[By default JSF using GMT timezone to convert the date into display format. I did Google search about this issue, found no simple solution to solve this problem. Here is a simple solution where you can provide your custom date time converter. I like this solution because it fixes GMT date/time issue across the application. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&amp;blog=2347801&amp;post=68&amp;subd=venkatsadasivam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/07/08/jsf-default-timezone-and-date-pattern/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
