<?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: Using the ZipCodeValidator class to validate US or Canadian zip codes</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/comment-page-1/#comment-8924</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 26 Jan 2011 18:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/#comment-8924</guid>
		<description>The default zip code validator only validates US and Canadian zip codes. You can validate any other format using a custom RegEx validator.

Peter</description>
		<content:encoded><![CDATA[<p>The default zip code validator only validates US and Canadian zip codes. You can validate any other format using a custom RegEx validator.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: altin çilek form seti</title>
		<link>http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/comment-page-1/#comment-8923</link>
		<dc:creator>altin çilek form seti</dc:creator>
		<pubDate>Wed, 26 Jan 2011 17:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/#comment-8923</guid>
		<description>Isn’t it possible to use other domains then US/Canada? E.g. a dutch zipcode would be formatted like 0000 AA or 0000AA.

Thanks!</description>
		<content:encoded><![CDATA[<p>Isn’t it possible to use other domains then US/Canada? E.g. a dutch zipcode would be formatted like 0000 AA or 0000AA.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/comment-page-1/#comment-820</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 14 May 2009 18:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/#comment-820</guid>
		<description>Isn&#039;t it possible to use other domains then US/Canada? E.g. a dutch zipcode would be formatted like 0000 AA or 0000AA.

Thanks!</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it possible to use other domains then US/Canada? E.g. a dutch zipcode would be formatted like 0000 AA or 0000AA.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/comment-page-1/#comment-819</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 28 Aug 2007 06:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/#comment-819</guid>
		<description>Leen,

Yes, you can use Validators with data models. For more information, see &lt;a href=&quot;http://livedocs.adobe.com/flex/201/html/datamodels_092_5.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&quot;Using validators with a data model&quot;&lt;/u&gt;&lt;/a&gt; in the Adobe Flex 2.0.1 LiveDocs.

Peter</description>
		<content:encoded><![CDATA[<p>Leen,</p>
<p>Yes, you can use Validators with data models. For more information, see <a href="http://livedocs.adobe.com/flex/201/html/datamodels_092_5.html" target="_blank" rel="nofollow"><u>&#8220;Using validators with a data model&#8221;</u></a> in the Adobe Flex 2.0.1 LiveDocs.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leen Toelen</title>
		<link>http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/comment-page-1/#comment-818</link>
		<dc:creator>Leen Toelen</dc:creator>
		<pubDate>Mon, 27 Aug 2007 22:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/25/using-the-zipcodevalidator-class-to-validate-us-or-canadian-zip-codes/#comment-818</guid>
		<description>Hi,

is it possible to put validators on a model object, and tell the GUI to use these validators when validateall is triggered? I have some objects that are displayed in lots of forms, and centralizing the validator in one class make a lot more sense than putting them on each form seperately.

Regards,
Leen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>is it possible to put validators on a model object, and tell the GUI to use these validators when validateall is triggered? I have some objects that are displayed in lots of forms, and centralizing the validator in one class make a lot more sense than putting them on each form seperately.</p>
<p>Regards,<br />
Leen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

