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:
computeURL is a pain.

------------------------------------------------------------------------------
  ||validator.Resources||ACTION_ERRORS_KEY ||Use ACTION_MESSAGES_PARAM||
  ||validator.Resources||getLocale()||Use RequestUtils.getUserLocale() 
instead.||
  ||validator.Resources||getActionError()||Use getActionMessage() instead.||
- ||RequestUtils||computeURL [3 forms]||Use equivalent method in TagUtils.||
+ ||RequestUtils||computeURL [3 forms]||Use equivalent method in TagUtils, 
however the parameters are not the same so work with it||
  ||RequestUtils||selectModule() [2 forms]||Use equivalent method in 
ModuleUtils.||
  ||RequestUtils||getModuleName() [2 forms]||Use equivalent method in 
ModuleUtils.||
  ||RequestUtils||getRequestModuleConfig()||Use equivalent method in 
ModuleUtils.||

Reply via email to