We have run into an issue in our development regarding the best practice in Portal development of performing redirects to external web pages (ie. http://www.google.com).
Since the response.sendRedirect method is not available to us in the JSPDynPage, we are performing a document.location='web site address here'; in a .jsp to accomplish the redirect.
Is this the best method for us to accomplish this moving forward, or is there something else out there that we have just missed and need to take a look at?
Thanks,
Kevin.
Add a comment