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: Catagorize issues ------------------------------------------------------------------------------ * Deprecate or remove the Around``Interceptor. (See #7.) * Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. - OGNL - - * On the OGNL value stack, rename #request for request parameters and #requestAttributes for request attributes. (See #17.) - * Work with OGNL to add Java 5 support. (See #31.) - * Work with OGNL to make it a clear superset of JSTL. (See Gabe #4.) - Architecture * Address the confusing issue of the validation/workflow lifecycle and different methods. (See Patrick #4.) @@ -100, +94 @@ * Combine configuration DTDs so that Actions, Messages, and Validators can be defined in a single file. (See Ted, #1.) * Use values on the stack to override/define configuration options. (See Tim, NTH #3.) + OGNL + + * On the OGNL value stack, rename #request for request parameters and #requestAttributes for request attributes. (See #17.) + * Work with OGNL to add Java 5 support. (See #31.) + * Work with OGNL to make it a clear superset of JSTL. (See Gabe #4.) + + == SAF1 Features to Implement == + - == [http://issues.apache.org/struts/browse/WW-1347 SAF1 Features to Implement] == + [http://issues.apache.org/struts/browse/WW-1347 JIRA issue] * Wildcard Action Mappings * DynaForm as Model Object * Extends for action mappings (See Tim, NTH #2.) * Change the default submit method for the form tag from GET to POST (See Ted, #2.) + + ---- == Outstanding Issue Review ==