Hi,

I changed this directive to "false" and looked at the generated servlet. I was expecting to see that it implements "SingleThreadModel" but there was no change to the generated servlet code. Have I missed something? Here is my JSP:

<%@ page language="java" %>
<!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>Switch2 JSP</title>
</head>
<body bgcolor="#FFFFFF">

<%-- Interestingly, include occurs before translation. you can easily get stack overflow by including self. :)
request time include uses jsp:include page=""
--%>
<%@ include file="static_page1.html" %>
<%@ page import ="java.util.Calendar" isThreadSafe="no" session="true" %>


</body>
</html>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to