<%@include file="footer.jsp" %> But it can not display proper position" name="description">

How To Include Two Jsp page in another jsp page?

I use following code to Include Two Jsp Page Header and footer

<%@include file="header.jsp" %>
<%@include file="footer.jsp" %>

But it can not display proper position in page

How can i Display at correct position?

View Answers









Related Tutorials/Questions & Answers:
Advertisements