With a promptValue & emptyValue it would be possible to use validators with the CascadingDropDowns.
Currently the value for the prompt is empty, null, which makes it useless icw a validator.
If we are able to define a promptValue, we could use ie. a rangeValidotor to force a selection.
With the emptyValue we could specify a value that would satisfy the rangeValidator, so the user is not forced to select an option, because she can not.
// Ryan