Hi. I use Greek messages on every JSP page. These messages are in a file application_el_GR.properties. I use a file tiles-defs.xml for all my pages which i use a Layout (for example classicLayout.jsp). In the classicLayout.jsp i configure <%@ page contentType="text/html; charset=iso-8859-7" %> for display Greek characters. Also i use the same configuration in every JSP page of tiles-defs.xml I 've connected on MySQL server where i use character-set=greek. The problem is that the data from database is displayed in greek character set the messages are displayed like ??? ????? ????????? ?????? When i remove the tag <%@ page contentType="text/html; charset=iso-8859-7" %> from every page then the messages are displayed in greek character set but the data from database where are greek characters are displayed as ?????? Is there a Struts configuration?? Thanx
Theodoridis Jim -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

