Re: Strange characters appear in my compiled JSP files - Problem solved

2007-03-16 Thread Langas de los Langas
ist Subject: Re: Strange characters appear in my compiled JSP files Date: Thu, 15 Mar 2007 06:33:12 -0700 (PDT) I had a similar problem with one of the JSPs, the only way I could solve it was, copy the original JSP's source code into another plain-text editor like jEdit (or any editor that doesn&

Re: Strange characters appear in my compiled JSP files

2007-03-15 Thread Rashmi Rubdi
to see it in Firefox , with Ctrl + A . The characters usually appear before the opening html tag or DOCTYPE tag. -Rashmi - Original Message From: Christopher Schultz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, March 15, 2007 9:36:19 AM Subject: Re: Strange charact

Re: Strange characters appear in my compiled JSP files

2007-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Langas, Langas de los Langas wrote: > I have developed a JSP application in Tomcat 5.5, and everything is OK > with it when you use Microsoft Internet Explorer; but, in a couple of > pages, with Mozilla Firefox and Netscape, these characters appeared

Re: Strange characters appear in my compiled JSP files

2007-03-15 Thread Rashmi Rubdi
I had a similar problem with one of the JSPs, the only way I could solve it was, copy the original JSP's source code into another plain-text editor like jEdit (or any editor that doesn't alter text, or has unusual encoding) then, delete the JSP file , and re-create a new JSP with the same name