Servoy 8.x plugins.WebClientUtils to add External CSS and JS

Hi All,

Unable to utilize files included via plugins.WebClientUtils.addCssReference and plugins.WebClientUtils.addJsReference to add External CSS and JS into our system running in Servoy 8.x.x, while those files are running absolutely fine when we were using them with Servoy 6.x.x.
In Servoy 8.x.x, we’ll be successfully able to call those files but their execution is not working properly.
Any workaround for this?

Is that NG or Web client? WebClientUtils are not supported in NG client. That’s a wicket based plugin and NG client does not use wicket.

We are using Web Client.

Then you have to be a bit more precise than

their execution is not working properly

. The files are properly loaded in the browser as specified? Then what goes wrong exactly?