When I add a <p:selectBooleanButton>
to my PrimeFaces Mobile page, then I get the following warning in server log
WARNING: JSF1064: Unable to find or serve resource, undefined/undefined.css, from library, primefaces.
Jan 11, 2015 3:00:36 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
and the following error in browser console:
404 (Not Found)
http://localhost:8080/ewpmob/javax.faces.resource/undefined/undefined.js.xhtml?ln=primefaces&v=5.1.7
How is this caused and how can I solve it?