I18n problem with Struts 2

2007-05-14 Thread Jordi Rubio Moreno
Hi, I'm trying to use Velocity with Struts 2. At this moment, I have two view files: one with taglibs and one with Velocity tags. The first dumps texts with s:text name=foo (where foo var is stores in a package.properties file), and works fine. The Velocity template looks like: tr

Re: I18n problem with Struts 2

2007-05-14 Thread Nathan Bubna
What is $text? Are you trying to use VelocityTools with Struts2? If so (and it very much looks like it), what version? What does your toolbox.xml look like? Are you using the VelocityViewServlet to process templates or is that something that Struts2 is handling? VelocityTools currently only

RE: I18n problem with Struts 2

2007-05-14 Thread Jordi Rubio Moreno
: I18n problem with Struts 2 What is $text? Are you trying to use VelocityTools with Struts2? If so (and it very much looks like it), what version? What does your toolbox.xml look like? Are you using the VelocityViewServlet to process templates or is that something that Struts2 is handling