Re: Question on using CForms with XSLT and aggregation

2006-04-26 Thread Edward Elhauge
Thanks you all. I get it now; the sendPage and showForm pipelines generate the data stream. They're the ones that get the serializers. The 'call function' and 'call continuation' map calls just trigger the flowscript. Enlightened, Ed * Joerg Heinicke <[EMAIL PROTECTED]> wrote on [2006-04-26 12:4

Re: Question on using CForms with XSLT and aggregation

2006-04-26 Thread Joerg Heinicke
On 26.04.2006 19:59, Edward Elhauge wrote: Note that you shouldn't need the after the continuation call, as the continuation itself should call a pipeline to produce the view. Same goes for the formPipe/** pipeline. The reason I put in the line: was to make sure that the pipelin

Re: Question on using CForms with XSLT and aggregation

2006-04-26 Thread Edward Elhauge
Thank you Bertrand and Jason. I removed the superfluous .continue and the sitemap worked as expected. I have a question about the serializer line below. * Jason Johnston <[EMAIL PROTECTED]> wrote on [2006-04-26 06:02]: > Edward Elhauge wrote: > > Hi, > > > > I'm hoping someone can set me straigh

Re: Question on using CForms with XSLT and aggregation

2006-04-26 Thread Jason Johnston
Edward Elhauge wrote: > Hi, > > I'm hoping someone can set me straight on this. I must be missing a > crucial concept in getting this to work. > > My question is eventually going to be: > Any idea on how to get the continuation to pass through an XSLT? > Bertrand's answer is right; here's s

Re: Question on using CForms with XSLT and aggregation

2006-04-26 Thread Bertrand Delacretaz
On 4/26/06, Edward Elhauge <[EMAIL PROTECTED]> wrote: >... Invalid Continue ID error: > org.apache.cocoon.components.flow.InvalidContinuationException: The > continuation ID 557e6250263d345a505a514e5b426a7944343600.continue is invalid. You need to remove the .continue in the contination ID,

Re: Question on using CForms with XSLT and aggregation

2006-04-26 Thread Warrell . Harries
ouse Office: +44 (0) 1243-756837 | Email: [EMAIL PROTECTED] Edward Elhauge <[EMAIL PROTECTED]> 26/04/2006 03:15 Please respond to users@cocoon.apache.org To users@cocoon.apache.org cc Subject Question on using CForms with XSLT and aggregation Hi, I'm hoping someo

Question on using CForms with XSLT and aggregation

2006-04-25 Thread Edward Elhauge
Hi, I'm hoping someone can set me straight on this. I must be missing a crucial concept in getting this to work. My question is eventually going to be: Any idea on how to get the continuation to pass through an XSLT? I've had applications working for the last few years that use Cocoon Aggreg