El mié, 07-01-2009 a las 13:08 +0100, Andreas Hartmann escribió: > Hi Thorsten, > > Thorsten Scherler schrieb: > > I have a usecase where I need to switch from jx to "normal" pipeline > > processing for the view due to performance optimizations. > > > > How can I hook up this up, since now I have in my config > > <view uri="modules/someThing.jx"/> > > but it would need to be a pipeline match. > > I usually do it like this: > > > <jx:choose> > <jx:when test="…"> (view selection) > <form …> > … > </form> > </jx:when> > <jx:otherwise> > <inc:include src="cocoon://myPipelineView.xml"/> > </jx:otherwise> > </jx:choose> > > > Would this work for you? >
Hmm, should but that does not really feels right. Will try and thanks for the hint. salu2 > -- Andreas > > -- Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
