You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/26 00:06:25 UTC

[Struts Wiki] Update of "Struts14Roadmap" by Paul Benedict

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

------------------------------------------------------------------------------
  == 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?
+  * (./) Introduce an extensible dispatcher (and provide standard implementations) that makes dispatching a first-class citizen in Struts. The framework can allow subclasses to dispatch to any kind of method signature, provided support for interpreting the return value is also there. [https://issues.apache.org/struts/browse/STR-3168 STR-3168]
   
  == Tiles ==
   * (./) Tiles2 integration