Blank page with primefaces/jsf with chrome and safari (and yes - I have
f:view)
I'm getting a blank screen with Primefaces/JSF with Safari and Chrome.
I have the following in my code - so it's not the one that's been asked
1000 times:
<!DOCTYPE html>
<html xmlns="http://www.w3c.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui">
<f:view contentType="text/html">
<h:head>
...
</p:layout>
</h:form>
</h:body>
</f:view>
</html>
Also, some pages on my app work just fine and some don't.
I think this has something to do with the carousel since chrome has a
uncaught TypeError in the primefaces.js line that starts with
PrimeFaces.widget.Carousel=..
Any ideas on what this is and how to proceed with fixing it greatly
appreciated.
Thanks, -Dave
No comments:
Post a Comment