RE: Chaining pipelines --- write a file to server --- email it as an attachment -- delete the file

2003-06-25 Thread Yan, Charlene
I have solved my problem. I think I'm going to write something up on wiki to explain exactly how I did it. Charlene -Original Message- From: Yan, Charlene Sent: Wednesday, June 25, 2003 4:22 PM To: [EMAIL PROTECTED] Subject: RE: Chaining pipelines --- write a file to server ---

RE: Chaining pipelines --- write a file to server --- email it as an attachment -- delete the file

2003-06-25 Thread Yan, Charlene
Let me try to explain my problem again. http://wiki.cocoondev.org/Wiki.jsp?page=MailBodyViaPipeline is only part of what I'm trying to do. When "Send Email" button is clicked, an xml String named Foo is passed to pipeline "processOrder" and a rtf file is generated. Then pipeline "send" will

RE: Chaining pipelines --- write a file to server --- email it as an attachment -- delete the file

2003-06-25 Thread Yan, Charlene
a pipeline that opens a static rtf. The difficult thing is how I can do two posts at ONE button click. Charlene -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:46 AM To: [EMAIL PROTECTED] Subject: Re: Chaining pipelines --- write a file

Re: Chaining pipelines --- write a file to server --- email it as an attachment -- delete the file

2003-06-25 Thread Christian Haul
On 24.Jun.2003 -- 03:41 PM, Yan, Charlene wrote: > When I click a "Send Email" button on the page, the application will create a rtf > file on the server, and then sendMail will send email to an email address entered by > the user with attachment of the rtf file and idealy the rtf file should be

Re: Chaining

2003-03-07 Thread Joerg Heinicke
Hello Christof, Christof Schneider wrote: TOMCAT 4.0.4, Cocoon 2.0.4 Hi folks out there, I have a question concerning chaining documents: it's one of the most simple things in Cocoon 2 ;-) I want to transform an xmi (XML Metadata Interchange) document to an xml document, representing another fo