jsp:include and case problem

2003-10-01 Thread Hua Hou
I am having a case problem with jsp:include. I am using Tomcat 4.1.24. Here is the problem: 2 jsp: A.jsp, b.jsp Inside b.jsp, I have In the browser, when I invoke b.jsp, A.jsp is compiled into "a_jsp.java" and "a_jsp.class". My understanding is that jsp is case sensitive, which means A.j

Re: jsp:include and case problem

2003-10-01 Thread Werner van Mook
On Wednesday, Oct 1, 2003, at 18:54 Europe/Amsterdam, Hua Hou wrote: 2 jsp: A.jsp, b.jsp Inside b.jsp, I have In the browser, when I invoke b.jsp, A.jsp is compiled into "a_jsp.java" and "a_jsp.class". My understanding is that jsp is case sensitive, which means A.jsp should never be compile