Redirecting one jsp to another

2002-07-03 Thread Mark O'Driscoll
Can I easily redirect a single JSP to another? Like: servlet-mapping servlet-name/one.jsp/servlet-name url-pattern/two.jsp/url-pattern /servlet-mapping I know this doesn't work ... but what, if any, is the alternative. I really want to call lots of jsps the same name. e.g.

RE: Redirecting one jsp to another

2002-07-03 Thread Turner, John
one jsp to another Can I easily redirect a single JSP to another? Like: servlet-mapping servlet-name/one.jsp/servlet-name url-pattern/two.jsp/url-pattern /servlet-mapping I know this doesn't work ... but what, if any, is the alternative. I really want to call lots of jsps the same name