Community
Participate
Working Groups
Bug 369135 changed the syntax of how to define a binding. HTML widget is not compiling after that change. Please fix it.
I fix my workspace with below code, my simple rui app seems to be working. function setSrc(src string in) // restService IRest?{@Resource {bindingkey = "restServiceHTMLWidget", propertyFileName = "org_eclipse_edt_rui_widgets_0_7_0"}}; restService IRest?{@Resource {uri = "binding:file:org_eclipse_edt_rui_widgets_0_7_0#restServiceHTMLWidget"}};
In Resource Annotation, properties 'bindingKey string; propertyFileName string?;' had been replaced by 'uri' I retest the resolution by Tony, that works. Thanks, Tony.
Created attachment 210489 [details] use 'uri' to replace 'bindingkey' and 'propertyFileName' Use 'uri' to replace 'bindingkey' and 'propertyFileName' in HTML widget. Thanks, Tony. Zhu Zhi, please help to review and deliver this. Thanks.
Resolve and deliver the patch. Thanks.
Verified.