Re: SendMail

2005-04-28 Thread suryanarayana . murthy
Hi Roberto, I am planning to use cocoon's sedmail action. In my email, I need to send a zipoutputstream as an attachment. How can I do this? Could you please share your code? what is the difference between Sendmail Action, Sendmail Transformer. I am little bit confused. Thanks Regards, Murthy

Re: SendMail

2005-04-28 Thread suryanarayana . murthy
Hi Roberto, Thank you much for your response. One thing I wanted to know is, i am creating a zip file on-fly.So I am not storing that zip output stream to any storage. so I have only that stream. Now I wanted to know, using your exmaple script, how can I pass my stream? Any ideas or links will be

Re: upload pdf

2005-04-12 Thread suryanarayana . murthy
Hi Sebastien, You can define an action class in which you can set the Content-disposition header. In the action calss you define, you have to implement act() method which takes 4 arguments(Redirector redirector,SourceResolver resolver,Map objectModel,String source,Parameters parameters). From the

How to pass an attaribute value from a resulting transformed xml as parameter to map:call resource=someresource

2005-03-10 Thread suryanarayana . murthy
Hi, In the sitemap, in a pipeline, after xsl transfomration, I am gettign an xml file. After that I am calling map:call resource to zip the contents using zipArchiveSerialzer. Now I am gettign the document title as an attribute to the root element in my xml. Following is my xml which is

How to pass an attaribute value from a resulting transformed xml as parameter to map:call resource=someresource

2005-03-10 Thread suryanarayana . murthy
Hi, In the sitemap, in a pipeline, after xsl transfomration, I am gettign an xml file. After that I am calling map:call resource to zip the contents using zipArchiveSerialzer. Now I am gettign the document title as an attribute to the root element in my xml. Following is my xml which is

How to pass an attaribute value from a resulting transformed xml asparameter to map:call resource=someresource

2005-03-10 Thread suryanarayana . murthy
Hi,In the sitemap, in a pipeline, after xsl transfomration, I am gettign an xml file. After that I am calling map:call resource to zip the contents using zipArchiveSerialzer. Now I am gettign the document title as an attribute to the root element in my xml.Following is my xml which is dynamically

Fw: How to pass an attaribute value from a resulting transformed xml asparameter to map:call resource=someresource

2005-03-10 Thread suryanarayana . murthy
Hi, this is the step-by-step process I am following.We have a content management server. Users upload all the documents, reports etcto this server. All the realted documents are stored/grouped under one documentID. In the intranet portal, when the users search for a particular documentID, they get

RE: How to pass an attaribute value from a resulting transformed xml

2005-03-10 Thread suryanarayana . murthy
Hi, I apologize for the previous unformatted mail. some how it was corrupted. I am resendign this for readability. This is the step-by-step process I am following. We have a content management server. Users upload all the documents, reports etcto this server. All the realted documents are

Re: How to pass an attaribute value from a resulting transformedxml

2005-03-10 Thread suryanarayana . murthy
Hi Jorg, Thank you much for your suggestion. I will try with WriteDomSessionTransformer. Thanks Regards, Murthy Jorg Heymans [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 03/10/2005 19:29 CETPlease respond [EMAIL PROTECTED] To users@cocoon.apache.org Subject Re: How to pass an