| Author |
Flex combo empty check validation ?
|
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
Hi,
I am using flex 3.0.
I am trying to check condition if the combo box value is not selected by the user at that time it is blank on load.
So ideally it should not allow to save the data.
But i have tried every option:
but in none of the case flow is going inside the if condition even the combo is not selected and it is blank.
Please suggest anyone have idea on this.
Regards,
Prabhat
|
 |
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
I found the solution:
checking length is better option:
if(CallServerNameId.selectedLabel.length == 1){
}
it is now working.
prabhat
|
 |
 |
|
|
subject: Flex combo empty check validation ?
|
|
|