The problem is that I'm in a showForm() loop so a sendPage results in a "this pipeline has already been processed exception".
-----Original Message----- From: "DAVIGNON Andre - CETE NP/DIODé/PANDOC" [mailto:[email protected]] Sent: Monday, September 28, 2009 3:39 PM To: [email protected] Subject: Re: sending data from flowscript to another pipeline Hi, Not sure to understand your use case but if you want to send data from flowscript to another pipeline, just try : cocoon.sendPage("cocoon://myPage",{data: myData}); and have a look at http://cocoon.apache.org/2.1/userdocs/flow/api.html André Le 28/09/2009 15:24, > Robby Pelssers (par Internet, dépôt users-return-98126-andre.davignon=developpement-durable.gouv...@cocoon.apache.org) a écrit : > Hi all, > > > > I have a searchform (cocoon forms) where the user get's back some > dataset and by default I show an html table containing the data. I now > would like to add an export to CSV button which converts my dataset to > CSV and prompts the user with a download option. > > > > Is this possible and if so, how would I accomplish this? > > > > Thx in advance, > > Robby > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
