Has anyone seen an error like this before?
The DSL Definition {REF={null}, REQUIRED={true}, ARGNAME={}, DSL={id:id:HTMLHelper@coldbox}, JAVACAST={null}, NAME={html}, TYPE={any}, VALUE={null}, SCOPE={variables}} did not produce any resulting dependencyThe target requesting the dependency is: ‘nsgHelper@layout’
in the nsgHelper.cfc I have the following code
property name=“html” inject=“HTMLHelper@coldbox”;
not sure where the **id:id:**HTMLHelper@coldbox is coming from. thoughts?