Re: About jsp:include

2000-11-28 Thread Kazuhiro Kazama
Thank you, Craig. From: "Craig R. McClanahan" <[EMAIL PROTECTED]> Subject: Re: About jsp:include Date: Tue, 28 Nov 2000 22:38:43 -0800 Message-ID: <[EMAIL PROTECTED]> > <%@ page contentType="text;html; charset=euc-jp" %> > For example, the

Re: About jsp:include

2000-11-28 Thread Craig R. McClanahan
Kazuhiro Kazama wrote: > I have a question about jsp:include's specification & implementation. > > JSP 1.1 specification says "Content is not parsed; it is included in > place." in "2.7.5 Including Data in JSP Pages". > > But current Tomcat 3.2b8 implementation convert its contents from Java > VM

About jsp:include

2000-11-28 Thread Kazuhiro Kazama
I have a question about jsp:include's specification & implementation. JSP 1.1 specification says "Content is not parsed; it is included in place." in "2.7.5 Including Data in JSP Pages". But current Tomcat 3.2b8 implementation convert its contents from Java VM's native character encoding to the