Jdev: studio version 11.1.1.9.0
is there a way to add javascript from an external source dynamically from a bean method ?
something similar to
<script type="text/javascript" src="resources/js/mytest.js"/>
is the following code has option only to add inline Javascript ?
ExtendedRenderKitService erks =
Service.getRenderKitService(context, ExtendedRenderKitService.class);
erks.addScript(context, script);