cancel
Showing results for 
Search instead for 
Did you mean: 

Get properties in file JS

joseacc
Champ in-the-making
Champ in-the-making
Hi,

How can I get a properties (from file .properties) in a file .js?

For example,

hello.get.properties:

hello.name=Jhon

hello.get.js:

msg("hello.name")    <—- its not work
${msg("hello.name")}    <—- its not work

Thanks
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
Yes there is. Please see: http://forums.alfresco.com/en/viewtopic.php?p=59933#p59933

Thanks,
Mike

joseacc
Champ in-the-making
Champ in-the-making
Ok,

Thanks