hi ranchers,
i am having a problem, what i am trying to do is:-
there are two web-application in my projects both deployed at different server and one is communicating to other via rest-full calls.
Now the problem is, while i am rendering the result from the second application the address in the address does't get changed i.e.
1) Application A & B has an controller
servlet ServletA & ServletB respectively
2) Now ServletA calls ServletB and in turn gets the response
jsp name which it opens(say A.jsp)
3) Everything goes well but the address bar's url doesn't get changed
4) one thing i don't wanna use send redirect
Can you help me solve this problem.
[ November 03, 2008: Message edited by: subodh gupta ]