Cache « Page « JSF Q&A





1. JSF Rendering Issue (Page getting cached)    stackoverflow.com

I am facing a strange issue with JSF. I have developed one controller and bind it to request scope. I need to access one jsf page like http://localhost:8080/selectRule.jsf?type=A and on the same ...

2. JBoss doesn't invalidate its jsf page cache on xhtml file change    stackoverflow.com

JBoss JSF page cache doesn't always seem to be updated when I change my xhtml files. For example: Template

<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:ui="http://java.sun.com/jsf/facelets"
  xmlns:h="http://java.sun.com/jsf/html"
  xmlns:p="http://primefaces.prime.com.tr/ui"
  xmlns:f="http://java.sun.com/jsf/core">
<f:view contentType="text/html">
    ...

3. How to cache a page for some days (in server side) , and let user knwo the page OLD    coderanch.com

Hi Thank you for reading my post. I have a very heavy to create web page wich contain some chart.... I want users to be able to see the live report once per 2 days. This page contain some sophisticate query , so refreshing the page data could be very heavy job. so i want to allow users to see a ...