Skip to Content
0
Feb 01, 2005 at 03:04 PM

iView Servlet to external JSP (forwarding)

33 Views

Hi All,

I have been looking for a straight answer for some time now with limited success. I am attempting to simply forward to an external JSP page from my iView servlet and pass a bean.

How am I able to do a forward? I'm looking for the iView equivalent of the response.redirect.

Keep in mind that I do not want to forward to an internal JSP and have that redirect to the external one and I also do not want to have to import any additional components into the external JSP.