Community
Participate
Working Groups
Created attachment 202513 [details] Patch Given an external type Widget with the MVCView annotation, references to functions contained within the external type are not being resolved correctly: ExternalType DojoTimeTextBox Extends DojoValidationBase type JavaScriptObject{ relativePath = "dojo/widgets", externalName = "DojoTimeTextBox", @MVCView{ retrieveViewHelper = getValueAsText } } end The issue appears to be related to the fact that the ExternalTypeBindingCompletor is not using a Scope that is capable of resolving functions defined within the External Type being compiled. The attached patch should resolve this issue.
Patch is checked in
This defect was fixed at least 2 months ago, so I am closing.