Hi all,
new to the list, so I apologise in advance if this has been asked
already.
I have created a page with a form, that posts to a servlet, does its
thing and
then forwards the request on to another website.
the problem is, when I set the properties back into the request scope,
the server
I am forwarding to doesnt see the request. (Note: this is from java to
Cold Fusion)
How can I forward the request with it?
So, I want to proces the request, add some of my things to it and then
forward
that on again to another site?
request.setAttribute("key","value");
return (new ActionForward("http://the.url.com", true));
this doesnt work....
Cheers..
Matt
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>