| Author |
<jsp:include> not displaying included file
|
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
Hi ,
I don't know i have jsp in that i have included another jsp , the included jsp has some html code which again includes another jsp as frame
but content of that jsp are not getting displayed , when i i directly include 3rd jsp , then it displayes it proerly,
please give me some hint what's the actual problem,
even i am trying to solving it.
here is jsp code
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@page import="java.util.Enumeration"%>
<jsp:include page="login.jsp"/>
|
 |
Michael Houlo
Ranch Hand
Joined: Jun 07, 2010
Posts: 58
|
|
Hi there,
Maybe it's a path problem ?
wrong link ?
|
 |
 |
|
|
subject: <jsp:include> not displaying included file
|
|
|