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 Paul Benedict: http://wiki.apache.org/struts/Struts14Roadmap ------------------------------------------------------------------------------ If possible, the 1.4 controller should be able to run side-by-side with 2.1 and interact rather well. == Convention over Configuration == - - * (./) Place the S2 SUCCESS, INPUT, ERROR, LOGIN constants in Action. [https://issues.apache.org/struts/browse/STR-3024 STR-3024] * (./) Make the <forward> "name" attribute optional and default to name "success". [https://issues.apache.org/struts/browse/STR-3027 STR-3027] * (./) The Controller shall, in the absence of the <action> "input", search for the standard forward named "input" . [https://issues.apache.org/struts/browse/STR-3025 STR-3025] * Write in the defaults to the 1.4 DTD to help with auto-completion. == Actions == + * (./) Place the S2 {{{SUCCESS, INPUT, ERROR, LOGIN}}} constants in {{{Action}}}. [https://issues.apache.org/struts/browse/STR-3024 STR-3024] + * (./) Allow actions to be prototypical [https://issues.apache.org/struts/browse/STR-3067 STR-3067] * Adopt the S2 "public String execute() throws Exception" signature? * How to determine the model object that would fill out the parameters of the result string? - * Allow actions to be prototypical? - == I18N == + == Tiles == + * (./) Tiles2 integration + + = 1.4.1 (I18N release) = + * Shared subproject of localization strategies * S1/S2/Tiles will have unique adapters to use the strategies * Will refactor [https://issues.apache.org/struts/browse/STR-2897 STR-2897] for this purpose - == Tiles == - * Tiles2 integration -