Tagged Questions
1
vote
1answer
250 views
How can I conditionally render .js file in h:head, if file was not rendered after Full Page Refresh (FPR)?
PrimeFaces conditionally renders the following in h:head:
<script type="text/javascript" src="/webapp/javax.faces.resource/push/push.js.jsf?ln=primefaces"><!--//--></script>
when ...
1
vote
1answer
261 views
Access pushcontext from EJB-tier
Im using Primefaces Push (the new thing in 3.4) together with jsf2 and ejb3. Seperate .war and ejb.jar
Now I need to trigger a prime-push event from the ejb tier. What is a clean way to do this? Some ...
0
votes
1answer
139 views
Is it possible to include a remote web page in a facelet page?
I have a web project using jsf2 implementing a gaming web site on tomcat7.
When two players want to play against, I would like to insert in the playing web page another page showing the game ...