cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect to External Web Page

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Kevin,

Do you solve your problem ? If your answer is YES, please tell me how made it !

Thanks

Former Member
0 Kudos

I think response.include(..) method provides sendRedirect functionality. You may want to check this.