Re: Send Parameters to Generator with POST

2001-12-09 Thread Andreas Hartmann
Hi Bernhard, thanks for your help, but I still have some trouble ... >If the forum servlet is in the same servlet engine: >I think you may try: >xsp, and use of RequstDispatcher.include(), >Pass in include() the original request I tried to use something like: javax.servlet.RequestDispatcher di

Re: Send Parameters to Generator with POST

2001-12-09 Thread Bernhard Huber
Hi, If the forum servlet is in the same servlet engine: I think you may try: xsp, and use of RequstDispatcher.include(), Pass in include() the original request, I don't know if the orginal request still has the post info, may be you have to create a new request. If you are using a Servlet 2.3 yo

Send Parameters to Generator with POST

2001-12-09 Thread Andreas Hartmann
Hi all,   I want to use a servlet (discussion forum) from another Tomcat context inside Cocoon 2. The servlet produces XML data that shall be transformed inside Cocoon. Here is a snippet from my sitemap that passes parameters to the servlet at the end of the URL:                  ...       

Send Parameters to Generator with POST

2001-12-07 Thread Andreas Hartmann
Hi all,   I want to use a servlet (discussion forum) from another Tomcat context inside Cocoon 2. The servlet produces XML data that shall be transformed inside Cocoon. Here is a snippet from my sitemap that passes parameters to the servlet at the end of the URL:                  ...