AW: AW: AW: How to use cocoon servlet only for rendering documents?

2006-02-16 Thread Peter Neu
- Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 15. Februar 2006 17:58 An: dev@cocoon.apache.org Betreff: Re: AW: AW: How to use cocoon servlet only for rendering documents? Le 15 févr. 06, à 17:49, Peter Hunsberger a écrit : > ...Won't the request generator

Re: AW: AW: How to use cocoon servlet only for rendering documents?

2006-02-15 Thread Bertrand Delacretaz
Le 15 févr. 06, à 17:49, Peter Hunsberger a écrit : ...Won't the request generator also do the trick at this point? Or will it muck the embedded XML?.. The RequestGenerator should work if input values are passed as parameters (although I've never tried it with XML fragments as parameters)

Re: AW: AW: How to use cocoon servlet only for rendering documents?

2006-02-15 Thread Upayavira
Peter Hunsberger wrote: > On 2/15/06, Upayavira <[EMAIL PROTECTED]> wrote: >> Peter Neu wrote: >>> Hello Bertrand, >>> >>> I managed to send my xml in a post request to cocoon and retrieve the ouput >>> back in pdf. But one thing I couldn't figure out so far is how to actually >>> read the xml from

Re: AW: AW: How to use cocoon servlet only for rendering documents?

2006-02-15 Thread Peter Hunsberger
On 2/15/06, Upayavira <[EMAIL PROTECTED]> wrote: > Peter Neu wrote: > > Hello Bertrand, > > > > I managed to send my xml in a post request to cocoon and retrieve the ouput > > back in pdf. But one thing I couldn't figure out so far is how to actually > > read the xml from the post request into my s

Re: AW: AW: How to use cocoon servlet only for rendering documents?

2006-02-15 Thread Upayavira
Peter Neu wrote: > Hello Bertrand, > > I managed to send my xml in a post request to cocoon and retrieve the ouput > back in pdf. But one thing I couldn't figure out so far is how to actually > read the xml from the post request into my sitemap. Can you please provide a > short code snippet? > >

Re: AW: How to use cocoon servlet only for rendering documents?

2006-02-15 Thread Peter Hunsberger
On 2/15/06, Peter Neu <[EMAIL PROTECTED]> wrote: > Hello Bertrand, > > I managed to send my xml in a post request to cocoon and retrieve the ouput > back in pdf. But one thing I couldn't figure out so far is how to actually > read the xml from the post request into my sitemap. Can you please provid

AW: AW: How to use cocoon servlet only for rendering documents?

2006-02-15 Thread Peter Neu
like this: //still a hard coded resource Cheers, Pete -Ursprüngliche Nachricht- Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Februar 2006 14:16 An: dev@cocoon.apache.org Betreff: Re: AW: How to use cocoon servlet only for rendering docu

Re: AW: How to use cocoon servlet only for rendering documents?

2006-02-14 Thread Bertrand Delacretaz
...Your are refering to the jakarta commons httpclient library?... yes. -Bertrand smime.p7s Description: S/MIME cryptographic signature

AW: How to use cocoon servlet only for rendering documents?

2006-02-14 Thread Peter Neu
Yes, that sounds good. Your are refering to the jakarta commons httpclient library? I suppose a one way communication will suffice for the first iteration. I'm thinking of just sendig the usual http attachment header back from cocoon instead of from my client code. So the user will only see the u