i am working on websphere 3.5 Ibm http server on nt -------- jsp1.0
i am not getting result when using <
jsp:include>
when i use
<jsp:include page="http://localhost/search/bin/productSearch.jsp?q=<%=q%>" flush="false" />
i get error invalide include tag
when i use
<jsp:include page="http://localhost/search/bin/productSearch.jsp?q=<%=q%>" flush="true" />
no error is displayed,
Page before this line is displayed and then it is blank with no error