In Velocity I can do :
How do I do this in Freemarker (which I would prefer).Code:${messageSource.getMessage("customer", null, $locale)}
I can call methods without parameters - for exampleBut I haven't worked out the syntax for methods with parameters ....Code:${locale.getDisplayLanguage()}


Reply With Quote