Re: Struts2 w/freemarker and internationalization

2012-02-29 Thread Tom Hjellming
Thanks Josep - that works. I thought the ${} notation was equivalent to the <@s> form - but I guess not. thanks, Tom On 2/29/12 12:16 PM, Josep García wrote: Try with: <@s.text name="welcome.message"/> Cheers, Josep 2012/2/29 Tom Hjellming I'm trying to internationalize a simple Struts

Re: Struts2 w/freemarker and internationalization

2012-02-29 Thread Josep García
Try with: <@s.text name="welcome.message"/> Cheers, Josep 2012/2/29 Tom Hjellming > I'm trying to internationalize a simple Struts2-based webapp that uses > Freemarker as the view technology. The usage of freemarker templating > pulling values from the Action object is working fine. > > But