| Author |
Need help with redirecting control to different applicaiton on same server
|
Venkatramana Rev
Greenhorn
Joined: Nov 21, 2008
Posts: 2
|
|
Hello, I have a scenario where I want to call a different application on the same server. Consider application 1: /APP1 application 2: /APP2 From one of the action methods in APP1, I want the control to visit APP2. I understand that new ActionForward(path, true) can redirect to different web address (I can build the complete web address again and come back to APP2), but I don't want to leave my server; Instead, just call different application on the same server. Please let me know if I did not explain my situation right or if you have any questions regarding my scenario. Any help will be greatly appreciated. Thank you. Regards, Venkat
|
 |
 |
|
|
subject: Need help with redirecting control to different applicaiton on same server
|
|
|