Torsten Curdt wrote: > > You mean in the configuration for the pipeline component? > > <map:pipelines default="caching"> > <map:pipeline name="caching" src="org.apache.cocoon..."> > <outputBufferSize>0<outputBufferSize/> > </map:pipeline> > </map:pipelines> > Nearly, the component is Parameterizable, so it should be <map:pipelines default="caching"> <map:pipeline name="caching" src="org.apache.cocoon..."> <paramter name="outputBufferSize" value="0"/> </map:pipeline>
And you can override this in the pipelines section: <map:pipeline type="caching"> <map:parameter name="outputBufferSize" value="500"/> ... Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]