Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CADD9E71 for ; Tue, 6 Mar 2012 08:46:19 +0000 (UTC) Received: (qmail 19417 invoked by uid 500); 6 Mar 2012 08:46:18 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 19381 invoked by uid 500); 6 Mar 2012 08:46:18 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 19355 invoked by uid 99); 6 Mar 2012 08:46:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 08:46:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 08:46:09 +0000 Received: by dado14 with SMTP id o14so6490384dad.6 for ; Tue, 06 Mar 2012 00:45:46 -0800 (PST) Received-SPF: pass (google.com: domain of justin@classsoftware.com designates 10.68.237.1 as permitted sender) client-ip=10.68.237.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of justin@classsoftware.com designates 10.68.237.1 as permitted sender) smtp.mail=justin@classsoftware.com Received: from mr.google.com ([10.68.237.1]) by 10.68.237.1 with SMTP id uy1mr12709739pbc.151.1331023546649 (num_hops = 1); Tue, 06 Mar 2012 00:45:46 -0800 (PST) Received: by 10.68.237.1 with SMTP id uy1mr10839923pbc.151.1331023546562; Tue, 06 Mar 2012 00:45:46 -0800 (PST) Received: from [192.168.0.4] (124-149-169-202.dyn.iinet.net.au. [124.149.169.202]) by mx.google.com with ESMTPS id l1sm15730007pbe.54.2012.03.06.00.45.44 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 00:45:45 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: mx PostCode validator class From: Justin Mclean In-Reply-To: Date: Tue, 6 Mar 2012 19:45:41 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <4DDB6477-3E91-45DA-87B2-B1B153BE669B@classsoftware.com> References: <81652D40-1476-44FE-A8EA-45E846D6AB66@classsoftware.com> <37768E44-3D1A-46B2-963E-BDCDB754478F@classsoftware.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQkrHSNo5Pw7aj6DbTlKJJbbYEOfH6XuGqzdh+wWXBol1ZbnElPG58KwXxOVgt9u9wjqPehp X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Nvm, I see the override for resourcesChanged(). Also note that the Validator constructor calls resourcesChanged which = would initially load the resources. Thanks, Justin=