On Jun 23, 2008, at 5:26 AM, Magnus Haraldsen Amundsen wrote:
It's written to the JX Template using:
<c:messages>
<jx:out value="#{messages}" xmlize="true"/>
</c:messages>
Where the jx:out contains a Java String that looks like this:
<c:messages>
<c:message>
<i18n:text key="provided_ok"/>
</c:message>
</c:messages>
I suspect that you need to change that to:
<i18n:text key="provided_ok" xmlns:i18n="http://apache.org/
cocoon/i18n/2.1">
in order for jx:out to get the namespace on that element right.
Bng
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]