Skip to Content
0
Former Member
Oct 06, 2005 at 05:17 PM

jsp include

210 Views

I want to include a JSP from another application. Is this possible?

I have one application called "include" and one application called "myapp". From the /myapp/index.jsp i'm trying to use the tag <jsp:include page="/include/myinclude.jsp" />. Nothing shows for the include and no errors are thrown.

Any help is appreciated.