Re: UTF-8 charset issue

2007-05-04 Thread Laurie Harper
piloupy GOTTAPIL wrote: What I've done is stupid. I don't use the possibilities of the UTF-8 encoding by setting the charSet to "ISO-8859-15". It's been nearly 2 days that I'm on a detail according to my manager. I'm obliged to put the UTF-8 aside... To answer you : - The JSP directive <%@ page

Re: UTF-8 charset issue

2007-05-04 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disspearinng when it reaces the last one can any help me for this the code follows <% String strOffset ="0"; if(request.getParameter("pa

Re: UTF-8 charset issue

2007-05-04 Thread piloupy GOTTAPIL
What I've done is stupid. I don't use the possibilities of the UTF-8 encoding by setting the charSet to "ISO-8859-15". It's been nearly 2 days that I'm on a detail according to my manager. I'm obliged to put the UTF-8 aside... To answer you : - The JSP directive <%@ page contentType="text/html;

Re: UTF-8 charset issue

2007-05-03 Thread Allen Gilliland
I haven't looked at this in my application yet (but i probably should :/), but the struts.properties default config has this ... ### This can be used to set your default locale and encoding scheme # struts.locale=en_US struts.i18n.encoding=UTF-8 I would assume that means that struts2 should be

Re: UTF-8 charset issue

2007-05-03 Thread Cristian Lucero
Hi, or good put this meta in head section On 5/3/07, piloupy GOTTAPIL <[EMAIL PROTECTED]> wrote: Hi, I've accidentally found a solution. I must put the directive on the top of my pages : <%@ page contentType="text/html; charset=ISO-8859-15" %> because I've put previously : <%@ page content

Re: UTF-8 charset issue

2007-05-03 Thread piloupy GOTTAPIL
Hi, I've accidentally found a solution. I must put the directive on the top of my pages : <%@ page contentType="text/html; charset=ISO-8859-15" %> because I've put previously : <%@ page contentType="text/html; charset=UTF-8" %> The result of my little trace gives me : Default Charset : windo

UTF-8 charset issue

2007-05-03 Thread piloupy GOTTAPIL
Hello, I have a website using : - Struts 1.3 - Hibernate 3.2 - Tomcat 5.5 - Java 1.5.0 - MySQL 4.1.22 All my site and my database are encoded in UTF-8. When I enter in a form the character e-accute, it becomes an 'A' with a tild, following by a (c) (copyright character). I've made several test