You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/23 01:13:08 UTC

[Struts Wiki] Update of "StrutsUpgradeNotes12to13" by HenriYandell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by HenriYandell:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13

The comment on the change is:
MethodUtils is a BeanUtils class. The author meant ModuleUtils.

------------------------------------------------------------------------------
  ||validator.Resources||ACTION_ERRORS_KEY ||Use ACTION_MESSAGES_PARAM||
  ||validator.Resources||getLocale()||Use RequestUtils.getUserLocale() instead.||
  ||validator.Resources||getActionError()||Use getActionMessage() instead.||
- ||RequestUtils||selectModule() [2 forms]||Use equivalent method in MethodUtils.||
+ ||RequestUtils||selectModule() [2 forms]||Use equivalent method in ModuleUtils.||
- ||RequestUtils||getModuleName() [2 forms]||Use equivalent method in MethodUtils.||
+ ||RequestUtils||getModuleName() [2 forms]||Use equivalent method in ModuleUtils.||
- ||RequestUtils||getRequestModuleConfig()||Use equivalent method in MethodUtils.||
+ ||RequestUtils||getRequestModuleConfig()||Use equivalent method in ModuleUtils.||
- ||RequestUtils||getModuleConfig()||Use equivalent method in MethodUtils.||
+ ||RequestUtils||getModuleConfig()||Use equivalent method in ModuleUtils.||
- ||RequestUtils||getModulePrefixes()||Use equivalent method in MethodUtils.||
+ ||RequestUtils||getModulePrefixes()||Use equivalent method in ModuleUtils.||
  ||MessageTag||defaultLocale||unused, no replacements.||
  ||BaseHandlerTag||defaultLocale||unused, no replacements.||
  ||ErrorsTag||defaultLocale||unused, no replacements.||