Hi,
I am not able to include a html page in my
jsp page.
<%@ page language="java" %>
before include of a dynamic file <jsp:include page="test1.jsp" flush="true"/>
before include of static file <jsp:include page="helloworld.html" flush="true"/>
This peice of code works fine in
tomcat.
Can anyone help me in this.
thanx in advance.
prasadh