<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Form Validation for the Lazy Programmer in Flex</title>
	<atom:link href="http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/</link>
	<description>even if you aren't testing your code, you should write testable code</description>
	<lastBuildDate>Sun, 21 Feb 2010 09:03:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9397</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9397</guid>
		<description>Combo boxes require object validators. It does work, you just  &lt;br&gt;generally need a custom validator.</description>
		<content:encoded><![CDATA[<p>Combo boxes require object validators. It does work, you just  <br />generally need a custom validator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reggie</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9396</link>
		<dc:creator>Reggie</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9396</guid>
		<description>This doesn&#039;t work for ComboBox form items.</description>
		<content:encoded><![CDATA[<p>This doesn&#39;t work for ComboBox form items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9384</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Fri, 23 Oct 2009 06:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9384</guid>
		<description>You are a gentleman and a scholar.</description>
		<content:encoded><![CDATA[<p>You are a gentleman and a scholar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijayakumar</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9377</link>
		<dc:creator>Vijayakumar</dc:creator>
		<pubDate>Mon, 05 Oct 2009 07:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9377</guid>
		<description>Does it compatible with various forms..?</description>
		<content:encoded><![CDATA[<p>Does it compatible with various forms..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadas Ruginis</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9360</link>
		<dc:creator>Tadas Ruginis</dc:creator>
		<pubDate>Fri, 28 Aug 2009 16:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9360</guid>
		<description>Does anybody know what happend to the validator in Flash Builder (flex 4) ??? i seem to have all sorts of errors occuring when using it with sparks.</description>
		<content:encoded><![CDATA[<p>Does anybody know what happend to the validator in Flash Builder (flex 4) ??? i seem to have all sorts of errors occuring when using it with sparks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Charlton</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9308</link>
		<dc:creator>Evan Charlton</dc:creator>
		<pubDate>Wed, 22 Jul 2009 19:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9308</guid>
		<description>I just wanted to say that this came in handy and saved me from having to write the ~100 lines to do it :-)&lt;br&gt;&lt;br&gt;Cheers!</description>
		<content:encoded><![CDATA[<p>I just wanted to say that this came in handy and saved me from having to write the ~100 lines to do it <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfonso</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9167</link>
		<dc:creator>Alfonso</dc:creator>
		<pubDate>Thu, 14 May 2009 10:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9167</guid>
		<description>Hi, I&#039;m creating a tab navigator and my form is on the second tab, when I call validate, I&#039;m getting an error because 
var validatorSource:DisplayObject = validator.source as DisplayObject
returns null.

How can I fix it?

thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m creating a tab navigator and my form is on the second tab, when I call validate, I&#8217;m getting an error because<br />
var validatorSource:DisplayObject = validator.source as DisplayObject<br />
returns null.</p>
<p>How can I fix it?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9117</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 30 Mar 2009 23:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9117</guid>
		<description>never mind i figured it out just got rid of the array and called the FormValidator class for each text input which makes each form unique</description>
		<content:encoded><![CDATA[<p>never mind i figured it out just got rid of the array and called the FormValidator class for each text input which makes each form unique</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9116</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9116</guid>
		<description>question? I&quot;m creating an update form. Every text input has an update button. How can I make it so I toggle each button to be enabled or disabled on verification. Thanks</description>
		<content:encoded><![CDATA[<p>question? I&#8221;m creating an update form. Every text input has an update button. How can I make it so I toggle each button to be enabled or disabled on verification. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://joelhooks.com/2009/02/01/form-validation-for-the-lazy-programmer-in-flex/comment-page-1/#comment-9115</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 30 Mar 2009 08:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=139#comment-9115</guid>
		<description>Thanks for this its way cleaner then a lot of other examples out there</description>
		<content:encoded><![CDATA[<p>Thanks for this its way cleaner then a lot of other examples out there</p>
]]></content:encoded>
	</item>
</channel>
</rss>
