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?