This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes OSCache and the fly likes JSF and OSCache Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Caching » OSCache
Reply Bookmark "JSF and OSCache" Watch "JSF and OSCache" New topic
Author

JSF and OSCache

Saskia de Jong
Ranch Hand

Joined: Jan 24, 2006
Posts: 34
I'm trying to use oscache to cache some JSF page. Unfortunately it does not work. It's forbidden that any content in the body of a custom tag does a flush. Sadly, that's exactly what the view tag of Myfaces is doing. I looked up the source, and did not spot any conditional to prevent the flush (like tiles has the flush="false" thing.

Does anyone know how to combine JSF with OSCache?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF and OSCache
 
Similar Threads
Help Me Design a Caching Solution
JSF Graph TAGs
Dynamic include in custom tag body
how to implement a global cache in Tomcat?
Regarding JSP Action flush attribute