Hey, I have a DateValidator defined on AS3:
var dateValidator:DateValidator=new DateValidator(); dateValidator.source=dataDeNascimentoTxt; I am using this DateValidator to verify if the birth date was filled correctly. The problem is that if the date is wrong, a red border and a message will appear on the dataDeNascimentoTxt. Is there a way to avoid this red border and message? Thanks, João Saleiro -- www.riapt.org www.webfuel.pt

