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
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
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
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
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
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