hi, all!
now i partly solved my problem using <%@ include.... instead <jsp:include, but ....
by the way, if place <%@ page autoFlush="true" %><jsp:include page="header.jsp"
flush="true"/> on the first line of jsp code, BEFORE any tags and symbols it works:))

thanx Rog�rio for idea!

Rog�rio Saran wrote:

> Igor, I am not 100% shure but...
>
> Are you issuing a "response.setHeader" AFTER any response output
> (i.e., after <html><body> etc...?)
>
> Some servlet containers does not like this because HTML headers should
> come BEFORE any page output.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to