Hi All!

As far as I understand Flex built-in ZipCodeValidator does not
validate zip codes precisely. In other words it only checks whether
the edited value is 5 digit number. So that 00000 is interpreted as
valid. What are the best practices for precise zip code validation?
For now I I'm considering using built-in ZipCodeValidator together
with:

1. Runtime server side validation on text change and/or focus out
and/or form submit.
2. "Validate zip code" button on the right of the field that triggers
server side validation.
3. Triggering server site validation only upon form submit.

Any other ideas?

Sergey.


--
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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to