calling a web application from a different web aplication
hi
I have a web application in struts. While clicking on a link this need to call another web application(Report Server). During same time I need to pass the current request and response parameter to the new application. What would be the ideal way to call that ? forward or send Redirect ?
rgds

