0 Replies Latest reply on Apr 4, 2014 4:16 AM by wguo

    How to Including External JavaScript into kie web

    wguo

      Hi ,

       

           As the article http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideAutomaticResourceInclusion said , we can including external js to the kie web ,

           Put the js file on public folder and ref it in KIEWebapp.gwt.xml , but when i did it , it cannot be loaded on runtime . Anyone know it ?

       

        <!-- add jquery validate to KIEWebapp.gwt.xml -->

        <script src='js/jquery.validate.js'></script>

       

       

      Thanks !