How about just calling Message.jsp with a parameter? Message.jsp?action=warn, etc.
John Turner [EMAIL PROTECTED] http://www.aas.com -----Original Message----- From: Mark O'Driscoll [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 12:33 PM To: Tomcat Users List Subject: Redirecting 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. e.g. Warning.jsp, Info.jsp, Error.jsp all end up at Message.jsp where I can determine the name and take appropriate action. TIA Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
