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 you may use 
HttpServletRequestWrapper
Try reading the serlvet spec,
see componentents/jsp java source file how to use the include().

If the forum servlet is on a different servlet engine you have to build 
a java.net.HttpURL
see the javadoc about docu of java.net.HttpURL.

bye


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

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

Reply via email to