aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Problem with AJAX Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Problem with AJAX" Watch "Problem with AJAX" New topic
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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Problem with AJAX
 
Similar Threads
Ajax Query related to request and response
Display a pdf in another jsp
request scope for 3-4 pages
Ajax and servlet problem
RequestDispatcher forwarding