@ExtVal implementers Started to implement a prototype for the ReferenceResolver feature for the next release of ExtVal.
I studied LocalCompareStrategy, LocalPropertyChainCompareStrategy and ELCompareStrategy to understand the current functionality and to unsure backwards compatibility of the new code. I found out that LocalPropertyChainCompareStrategy doesn't call the functionality in the CrossValidationHelper for the NON model case. The other 2 strategies do. It seems that the code is identical, except that the LocalPropertyChainCompareStrategy doesn't use the outcome of compareStrategy.useTargetComponentToDisplayErrorMsg method but always use the target component to display the validation message. Was there a specific reason for this? Can I just call the code in CrossValidationHelper for all strategies in the new system? Thx regards Rudy
