Looking at the code in coldbox\system\validation\validators\RequiredValidator.cfc
it looks like it only works for simple values.
// Simple Tests
if( isSimpleValue(arguments.targetValue) AND len(trim( arguments.targetValue )) ){
return true;
}
Suggestions on how to improve that?
Thanks!
~Brad
ColdBox Platform Evangelist
Ortus Solutions, Corp
E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com