Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

so...i need to do this using Webwork tags from Velocity...how can i do this??

Can I add I18N outside the Action's context? i.e. adding i18n to some JSP using the ww taglib?
Yes, use the <ww:i18n> tag to push a resource bundle on to the stack. Now calls with <ww:text/> or <ww:property value="getText(...)"/> will read from that resource bundle.