Support convention based action chaining
----------------------------------------
Key: WW-2449
URL: https://issues.apache.org/struts/browse/WW-2449
Project: Struts 2
Issue Type: New Feature
Components: Plugin - Convention
Affects Versions: 2.1.1
Reporter: Brian Pontarelli
Priority: Minor
Automatically chain actions together based on the return values and the current
actions name and namespace. For example,
package com.example.actions;
public class FooAction {
public String execute() {
return "bar";
}
}
This would look for the results foo-bar first and if they don't exist it would
chain to an action named foo-bar.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.