Re: apostrophe does not appear

2008-03-05 Thread Paranoid_Fabio
I'm using ISO-8859-1 in Eclipse editor and I include this on top of every > jsp page: > > <%@ page language="java" pageEncoding="ISO-8859-1"%> > > what's wrong? > > Thank you > > > -- View this message in context: http:

Re: apostrophe does not appear

2008-03-05 Thread Antonio Petrelli
2008/3/5, Paranoid_Fabio <[EMAIL PROTECTED]>: > > > Hello. I've a problem. > Apostrophe in resource files of my application does not appear. > > example: > > Property1=L'ID è sbagliato > > is showed (using tag in the jsp page) as : LID è sbagliato If you are using Struts 2, then the reason is t

apostrophe does not appear

2008-03-05 Thread Paranoid_Fabio
age language="java" pageEncoding="ISO-8859-1"%> what's wrong? Thank you -- View this message in context: http://www.nabble.com/apostrophe-does-not-appear-tp15846030p15846030.html Sent from the St