Dear all, i follow this instruction for having my own key in the jsp. 
http://documentation.magnolia-cms.com/technical-guide/i18n.html#Templatescripts

But each time the result is ???mykey???.

I have done the following operation.
1) crate a pagacke in my module which contains the messages_fr.properties  (es 
: com.ditta.ss.messages)
2) In the template definition module/<mymodule>/templates/pages/<mytemplate>/ i 
creted the property : i18nBasename with the value the name of the package in 
the project (com.ditta.ss.messages)
3) I the jsp 
[code]
<fmt:setBundle var="x" basename="com.ditta.ss.messages" />
<fmt:message bundle="${x}" key="test"/>[/code]

Any help would be appreciated.

Thanks a lot !!
AT

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=13019597-7b26-46a3-b9f9-046d1211cecf


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to