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 WendySmoak: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 The comment on the change is: Note the removal of DataSource ------------------------------------------------------------------------------ Removed the contextRelative attribute of the forward element. === 5.2 Classes === + - ActionError has been removed. Use ActionMessage instead. + * ActionError has been removed. Use ActionMessage instead. + * DataSourceConfig has been removed. === 5.3 Methods and properties === ||Class||Member||Comments|| ||Action||defaultLocale||Use Locale.getDefault directly.|| + ||Action||getDataSource(request), getDataSource(request,key)|| FIXME || ||Action||saveErrors(HttpServletRequest request, ActionErrors errors)||Use saveErrors(HttpServletRequest, ActionMessages) instead.|| ||ActionErrors||GLOBAL_ERROR||Use ActionMessages.GLOBAL_MESSAGE instead.|| ||ActionErrors||add||Use add(String, ActionMessage) instead.||