HI all,
I have userId field... that filed should contain only number and its should
be neither less than 6 and not more than 6 only 6 number digit should be
there..
how do i achive it
<mx:NumberValidator id="eventTypeTxt"
required="true" source="{employeeid}"
property="text" maxValue="6" exceedsMaxError="Your id is more than 6 numbers"
minValue="6" lowerThanMinError="Your Id values should not exceed or trucate
6"/>
at present i m using it... but its not working
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.