Re: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5

2001-07-02 Thread David Ward
> Penn > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Ward > Sent: Friday, June 29, 2001 9:46 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] jBoss 2.2.2 does not set the encoding format > for IE5.5 > > &g

RE: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5

2001-07-01 Thread Penn
Ward Sent: Friday, June 29, 2001 9:46 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5 Penn, Try adding: <%@ page contentType="text/html; charset=Big5" %> as the *very first line* of your jsp. What is the ISO code for Big5?

Re: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5

2001-06-29 Thread VASQUEZ_JASON
Penn, The meta-tag is only interpreted by the client, so I'm not sure why IE isn't doing the right thing. A better approach is to use the HTTP headers, which are processed by the server, and should be more consistent with clients over all: <%@ page contentType="text/html ; charset=big5"%> -Jas

Re: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5

2001-06-29 Thread David Ward
Penn, Try adding: <%@ page contentType="text/html; charset=Big5" %> as the *very first line* of your jsp. What is the ISO code for Big5? (You might want to use that instead, though not related to your problem) Hope this helps, David -- Penn wrote: > Hi, > > I found out that jBoss 2.2.2 w

RE: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5

2001-06-29 Thread Schouten, Andreas
For shure that's not a jBoss problem. Responsible for the HTML page and the http headers are only tomcat. But indeed this looks stange. It looks as an IE problem, because the dependency on the file extention. Compare the HTML source generated by tomcat 3.2.1 and tomcat 3.2.2. Which difference is