You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Hugh Brien <hp...@home.com> on 2002/02/05 16:04:01 UTC

Re: Query

This is localization problem in Turbine. You need to add the following your
TurbineResource.properties file under the PULL SERVICE.

tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool

All of the PULL Service tools are passed into your templates by default so
you have access to them instantly.  All of  properties below correspond to
object instances that are available in your templates.
tool.request.link ==> $link
tool.request.page ==> $page
tool.request.l10n == $l10n

tool.request.link=org.apache.turbine.util.template.TemplateLink
tool.request.page=org.apache.turbine.util.template.TemplatePageAttributes
tool.request.content=org.apache.turbine.util.ContentURI
tool.request.clink=org.apache.jetspeed.util.template.ContentTemplateLink
tool.request.jlink=org.apache.jetspeed.util.template.JetspeedTemplateLink
tool.request.jetspeed=org.apache.jetspeed.util.template.JetspeedTool
tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool
#tool.request.jnavigation=org.apache.jetspeed.util.template.JetspeedTemplate
Navigation
tool.request.config=org.apache.jetspeed.services.resources.JetspeedResources

r,
Hugh



----- Original Message -----
From: "Vineet Arora" <va...@ggn.aithent.com>
To: <je...@jakarta.apache.org>
Sent: Thursday, January 24, 2002 2:28 AM
Subject: Query


Hi All
where i.e in which file can i find the text that appears on the
top of JetSpeed page i.e." Welcome to JetSpeed"
In the top.vm file it is refernced as $l10n.TOP_TITLE
what does this mean and where can this and all other text appearing on the
screen can be found
Thanks in Advance

Regards
Vineet



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>