Hi, thats weird as the @ResourceDependency is actually defined on the WindowIdHtmlRenderer. Could you try to move the @ResourceDependency to WindowIdComponent if it works fine?
2015-07-22 12:09 GMT+02:00 [email protected] <[email protected]>: > Dear all, > > I have a problem with latest 1.4.2-SNAPSHOT (SHA : > 2cdba8a995f177e67b8ab8b6e3e28cb88550d1f3 , just pulled sources). > > The error was already there with 1d8926572e4a3c5c4bde605b8934809a7474b947 > , I just updated to latest to see if it was corrected prior to bothering > you. > > I have the following JS error : > Uncaught ReferenceError: dswh is not defined > > triggered by the following snippet > > > <script>(function(){dswh.init('818','LAZY',{'storeWindowTree':'true'});})();</script> > > I am using chromium or chrome. > > I am using @ViewAccessScoped beans. > > If I include jsf.js and windowshandler.js, everything if fine again : > > <h:outputScript name="jsf.js" library="javax.faces" /> > <h:outputScript name="windowhandler.js" library="deltaspike" /> > > > Thanks in advance for your help. > > Ludovic > > | > | AVANT D'IMPRIMER, PENSEZ A L'ENVIRONNEMENT. > | > >
