Versions Compared

Key

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

...

Code Block
<ww:textfield label="'i18n.label'" name="'label1'" value="''">


//
A. This will get the localized text message for the key "i18n.label" and put it in the label.

Code Block
<ww:textfield label="getText('i18n.label')" name="'label1'" value="''">



//
//
Q: Can I add I18N outside the Action's context? i.e. adding i18n to some JSP using the ww taglib.//