|
You want each individual field validated
the same way or are you trying to validate the edgesmodel as a whole? Validators
don’t really work well with repeated elements. You can use someof the
static utility methods to set something up, but then having it turn the borders
of the textinputs red gets more difficult. Matt From: Jeroen De Vos
[mailto:[EMAIL PROTECTED] Hello
everyone, I'm
new to Flex (started on Monday) and I'm having a lot of difficulties with
validation. Then
I use a repeater to put the information on screen:
<mx:FormItem
label="{edgesrepeater.currentItem.label} : " required="true">
The
user can change the edge value in the textinput field, so I wrote a function
which updates the information in the model (this works fine). And
finally I would like to do validation on the value field of the edgesmodel
before I execute the program. Thanks
a lot! ________________________________ Jeroen De Vos
|
Title: New to Flex and having difficulties with validation

