Author
How is response set
Sameer Sebastian
Greenhorn
Joined: Aug 19, 2011
Posts: 17
posted Sep 05, 2011 06:08:11
0
Hello,
I'm using ajax and I'm trying to obtain the response from the server.
I want to know how is the response text is set in the server side.
Please help,
Thanks,
Sam.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
posted Sep 05, 2011 10:59:55
0
By whatever is receiving the request. If it's a servlet for example, whatever the servlet writes to the response (or perhaps by a JSP that servlet forwards to).
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
posted Sep 06, 2011 08:47:09
0
Duplicated: http://www.coderanch.com/t/551664/HTML-JavaScript/Receiving-ajax-response-jQuery
Other thread has better info.
Eric
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
posted Sep 06, 2011 09:03:36
0
This one is closed.
subject: How is response set