[
https://issues.apache.org/struts/browse/WW-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43298#action_43298
]
Brian Pontarelli commented on WW-2449:
--------------------------------------
I could probably get that done. I'll email the group and see what the timelines
look like. If I know the 2.1.1 deadlines for milestones and release candidates,
I could definitely get it done. Or we could just bump it since it isn't vital.
> 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
> Fix For: 2.1.x
>
>
> 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.