I use PrimeFaces and BootsFaces.
How do I fix this error?
Feb 25, 2016 12:46:56 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, css/default/icons.css, from library, bsf
I'm able to resolve this problem by converting JSF Managed/CDI bean from RequestScoped to Session Scoped. One can do this by following way,