gv wrote:

>Is there a way to have Cocoon handle a POST request
>and send it to a Perl CGI script? The Perl script
>returns XML which I want to use in the pipeline.
>
>If there's no way to call the Perl CGI script (and I
>presumably have to rewrite it in XSP/Java) how can I
>get at the POST data and process it using XSP or a
>servlet?
>
In an xsp page you can do it using request.getParameter("parameter_name")
Fabio

>
>
>Thank you,
>John
>
>
>__________________________________________________
>Do You Yahoo!?
>HotJobs - Search Thousands of New Jobs
>http://www.hotjobs.com
>
>---------------------------------------------------------------------
>Please check that your question  has not already been answered in the
>FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>
>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to