Hi,
I'm trying to forward to a
JSP by a RequestDispatcher. It is an easy issue, but the JSP is in a library (inside a JAR file). It is posible to forward to a JSP which is inside a library?
I've tried with a RequestDispatcher but it doesn't work. It seems that it works with the JSPs there are inside WebContent folder.
Anybody can help me?
Thanks in advance.