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 TedHusted: http://wiki.apache.org/struts/StrutsActionRelease200 The comment on the change is: Link JIRA issues ------------------------------------------------------------------------------ * Separate classes that most applications need to use. Isolate classes that the framework uses internally or that are rarely used by applications. (See Rough Spot #3.) * Distinguish between the published public versus private APIs. (See Rough Spot #4.) * Utilize properties (methods) instead of protected or public fields (). (See #13.) - * Review exception handling. Some are still being swallowed rather than rethrown. (See #20.) + * Review exception handling. Some are still being swallowed rather than rethrown. (See #20 and [http://issues.apache.org/struts/browse/WW-652 WW-652]) Modifications