Maybe subclasses (as Ralf Bokelberg suggested ) are a better approach for me ... (I am using i18n as Andy Rayne describes here: http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cfm )
--- In [email protected], "Dirk Eismann" <[EMAIL PROTECTED]> wrote: > > All messages are externalized to .properties files and can be easily > localized. Check the Flex SDK install directory for the locale/en_US > folder. You'll have to create your localized / customized .properties > files and compile your application against the locale. > > Dirk. > > > -----Original Message----- > > From: [email protected] > > [mailto:[EMAIL PROTECTED] On Behalf Of Juan Carlos M. > > Sent: Friday, January 19, 2007 9:17 AM > > To: [email protected] > > Subject: [flexcoders] Globally Define Custom validation Messages > > > > Hi. Is there a way to globally define custom validation > > messages and properties instead of "per instance" definition? > > > > (for example, define globally "my custom message" as default value > > for wrongYearError in All DateValidators of the application? ) > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > >

