Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-08 Thread Kiran Badi
Got it Pid.Thanks. On 11/8/2011 8:53 PM, Pid wrote: On 05/11/2011 17:57, Kiran Badi wrote: Hi All, I am aware this might be offtopic but being a silent member to this list, I think this list can give me better suggestion than doing a google.So posting here. Unfortunately it was on someone e

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-08 Thread Pid
On 05/11/2011 17:57, Kiran Badi wrote: > Hi All, > I am aware this might be offtopic but being a silent member to this > list, I think this list can give me better suggestion than doing a > google.So posting here. Unfortunately it was on someone else's topic. In future please don't just edit

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-06 Thread Kiran Badi
Thanks Konstantin, I will make the changes.Now I understand somewhat as why for some of the files were complaining of mismatch encoding. On 11/6/2011 5:32 AM, Konstantin Kolinko wrote: 2011/11/5 Kiran Badi: <%@page contentType="text/html" pageEncoding="UTF-8"%> The above contentType value d

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Konstantin Kolinko
2011/11/5 Kiran Badi : > <%@page contentType="text/html" pageEncoding="UTF-8"%> The above contentType value does not include charset argument. Thus the actual content type in HTTP response will be "text/html; charset=ISO-8859-1", which does not match with your HTML tag below. > > > > I'd r

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Kiran Badi
Thanks Ron,yes I do have some plugins installed,one thats called as developers tool(in IE9) and in Chrome.I think I know whats was wrong here. Problem i think was that when I run the application via NB, it launches the IE browser in quirks mode rather than Standard mode.Now I am not getting w

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Ron McNulty
Hi Kiran There is nothing wrong with your JSP. I dropped it into Tomcat 7.0.16 as /webapps/ROOT/test.jsp and it showed up correctly as http://localhost:8080/test.jsp. It sounds like the browser is not seeing the CSS. If you don't already have the following installed, I suggest you try: Fi