I have notice something very stange with <jsp:include .../> If I have a jspfile named file1.jsp and if there is the directive <jsp:include page="action.do" flush="true"/> in it then, when I call file1.jsp in my browser, 2 GET requests are done : the first: file1.jsp (it's OK) the second: file1.jsp (Why isn't it action.do ???) action.do refers to my controler servlet (I use the mapping *.do -> controler) if the controler servlet want to know how it was called, it gets "file1.jsp" and not "action.do" and it cannot do what it was intended for! Do you have any solution? =========================================================================== 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
