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 LeoLansford: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 ------------------------------------------------------------------------------ moduleConfig.freeze(); getServletContext().setAttribute(Globals.MODULE_KEY, moduleConfig);}}} + == Action.perform(...) is changed to Action.execute(...) == + + For your action classes that extend org.apache.struts.action.Action, be sure to implement the ''execute'' method. Previously the method to implement was ''perform'', and because the ''perform'' method still exists as a do-nothing method your code will compile and deploy fine, and leave you wondering why it's not working. ---- CategoryHomepage StrutsUpgrade