Return a Response that does nothing.

I am trying to develop a servlet that can be called by two different processes to submit a form for processing. One process uses a browser plugin to view and submit a form to the servlet. When the request is completed the browse should return to the form selection menu. This process works as expected. The other process uses a windows application client and ole to open the form viewer and submit the form to the servlet, however when processing is finished a browser window open showing a blank page. I don't want the browser to open at all. What do I need to set to keep a bsower from opening to displpay the response?

[629 byte] By [aid9i04a] at [2007-11-26 22:43:25]
# 1

Look in your Servlet's code.

Is there some code that says something like

RequestDispatcher forward etc

or something like

sendRedirect ?

If you see something like that , there might also be a URL.

Comment out those lines and that might do the trick.

P.S: Please press the enter key after short sentences to make your post easy on the eyes.

appy77a at 2007-7-10 11:59:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This is under investigation by IBM (PMR).
aid9i04a at 2007-7-10 11:59:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...