cfselect and bind and SES interceptors

i am trying to see if the cfselect binding as following cna be done
within ColdBox 3, but get "Missing File Name:model.config/Coldbox...'

<cfselect name="prov" bind="cfc:model.mycfc.getTestingData()"
bindonload="true" value="dspid" display="nm">

are we able to do or should we do like this in the CB enviroment with
SES enabled?

Thanks you all in advance!

-Tony