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]>

Reply via email to