07-31-2009 01:00 PM
<?xml version='1.0' encoding='UTF-8'?>
<page>
<title>${msg("home")}</title>
<template-instance>ib_base</template-instance>
<authentication>none</authentication>
</page>
08-07-2009 04:09 AM
<bean id="webscripts.resources" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.messages.webscripts</value>
[b]<value>alfresco.messages.mymessages</value>[/b]
</list>
</property>
</bean>
<page>
<id>home</id>
<title>page.inicio</title>
<title-id>page.inicio.title</title-id>
<template-instance>ib_base</template-instance>
<authentication>none</authentication>
</page>
<head>
….
<title>
<#if page.titleId??>${(msg(page.titleId))!page.titleId}<#else>${page.title}</#if>
</title>
….
</head>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.