hello
i have an android application that sends data to a server every 10 seconds. the server processes the data received and has to display that on a jsp page. for every set of data received from the client, the jsp in the server has to be refreshed.
i am unable to accomplish the italicized part. i save the processed data by using request.setAttribute()
and when i use the request dispatcher to call the jsp. instead of opening the page, the server sends the jsp page code back to client.
could someone please tell me what is the mistake i am doing.
thanks