On Sat, 2004-04-24 at 17:54, Matthew Van Horn wrote:
> Further experimentation reveals tiles is not part of the problem.
> Using a test velocity template outside of tiles, still has the problem.
>
> Still no idea of the cause.
Tried with jsp:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:html locale="true">
<body>
<bean:message key="foo"/>
</body>
</html:html>
This works fine. So it seems the problem is specific to the MessageTool
or velocity. I am reasonably certain it is something I am doing wrong,
but I have run out of things to check.
For comparison here is the .vm page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</head>
<body>
$text.get("foo")
</body>
</html>
Can anyone help?
Thanks,
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]