Sorry, i have a problem with validator, i'm using this examples
<mx:SocialSecurityValidator field="PfVO(vopf[0]).de50pf"/>
and when call this function
function Add_Product()
{if(mx.validators.Validator.isStructureValid(this,'PfVO(vopf[0])')) lmodello.setFocus(true);
}
my field in the form don't became "red" but flex throw a "classic message" like alert(field is required),
please it's possibile in flex create with "classic red effect" validator but change the value not field is required but in "campo obbligatorio"
Devis

