Hi,Since I am new to this technology I apologize for asking really
simple questions.I have made a simple form which post the variables with
URL-encodede data (HTTP Post)I receive the variables at the server
sideBut I have to return a response?1- text/html not accepted (just
write hello as output)2- application/octet not accepted (reading a
simple pdf file and writing to output stream)How shall I make a response
that should be understand by the form and just say that it was OK.thanks
in advance