views:

348

answers:

1

If so what are required configuration elements to enable UTF-8 for tiles?

I'm finding my tile results are sent as:

Content-Type    text/html;
A: 

What if you put this at the top?

<%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="java" %>
JW
Yeah I have :/Viewing the same page as a jsp result (rather than a tile result) responds in a UTF-8 encoded page.
Ash Kim