Hi Matt,
I want the values of the edgesmodel, that could have been
modified, validated, and offcourse turn the borders of the textinput red when
they don't validate.
Thanks,
Jeroen. Van: Matt Chotin [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 4 maart 2005 5:57 Aan: flexcoders@yahoogroups.com Onderwerp: RE: [flexcoders] New to Flex and having difficulties with validation 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 some of 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