Hi,
I am having huge problems trying to forward data received on a servlet to completely separate URL. I have been playing with the RequestDispatcher object but I don't think this is the correct thing to use.
The reason I cannot simply submit to this URL (a third party transaction processing site) is because I do not want to redirect but receive the results so I can complete my processing.
I hope this is not too confusing
Thanks
DJS
I am having huge problems trying to forward data received on a servlet to completely separate URL. I have been playing with the RequestDispatcher object but I don't think this is the correct thing to use.
The reason I cannot simply submit to this URL (a third party transaction processing site) is because I do not want to redirect but receive the results so I can complete my processing.
I hope this is not too confusing
Thanks
DJS