You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jim Theodoridis <st...@tera.gr> on 2003/03/05 22:21:13 UTC

Struts Tiles and UTF-8

Hi.

I use PostgreSQL with UNICODE and Greek characters

when i display the data from struts without tiles everything is fine
The characters displays in greek from database and from
application.properties
without <%@ page contentType="text/html; charset=UTF-8" %>

The problem is when i tried to use tiles
then if i use <%@ page contentType="text/html; charset=UTF-8" %>
at classicLayout the characters from tiles-def.xml displayed fine but the
data and the characters from  application.properties displays as ????????

When i remove <%@ page contentType="text/html; charset=UTF-8" %> from
classicLayout then  the data and the characters from  application.properties
displays fine but the characters from tiles-def.xml displays as ????????

Whats happening?????






---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org