est-il possible d'avoir plusieurs sources pour un seul NumberValidator?
la livedocs d'adobe ne le précise pas.
CODE
<mx:NumberValidator id="HourVal" source="{tiBillableHour}"
domain="int"
minValue="0"
maxValue="24"
exceedsMaxError="L'heure doit être inférieure à 24"
allowNegative="false"
property="text"/>
domain="int"
minValue="0"
maxValue="24"
exceedsMaxError="L'heure doit être inférieure à 24"
allowNegative="false"
property="text"/>
merci..