| Author |
Problem with AJAX
|
Manikandan Parthasarathi
Greenhorn
Joined: Jul 29, 2008
Posts: 16
|
|
hi i am using ajax with Spring Servlet for loading. i have to get the response from servlet in turn the servlets forwards the request to another servlet which is another war. as soon as the servlet forwards ajax gets the response but not from the another war. how to handle this?
|
Regards
Manikandan
SCJP 5 , SCWCD 5
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
|
Whatever gets returned as the response of the request is what Ajax will receive. If your server-side code isn't doing what you want, you'll need to handle it there.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Problem with AJAX
|
|
|