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;
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;
What if you put this at the top?
<%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="java" %>