Hi,
I created a project and created a javaScriptComponent following the document :Using a JavaScript library - CUBA Platform. Developer’s Manual .
The project is a “application component”, when the app starting ,the browser will pop a error message:
Hi!
Could you clarify which version of CUBA and plugin do you use? The error appears when you start your “application component” or when you added it to another application? Did you create “web-toolkit” module?
Probably, something is missed in the project configuration. Could you check for cuba.web.widgetSet property in web-app.properties file? It should define path to the “AppWidgetSet” file in the “web-toolkit” module, for instance:
It’s very strange, in my another computer , i found the application can works. And the xxxx-web-toolkit.jar,xxxx-web-toolkit-client.jar include the java class files and com.skd.component.web.toolkit.ui.AppWidgetSet.nocache.js.
I will test functionality in my widget, and will give a feedback to you.