[
https://issues.apache.org/struts/browse/WW-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45027#action_45027
]
Brian Pontarelli commented on WW-2449:
--------------------------------------
This was an old request logged in the Smart URLs issue tracker. I just copied
it over. I also try to avoid chaining whenever possible so I don't find it a
particularly useful addition and is just more behavior that might impact
overall usability for a plugin that is supposed to reduce complexity.
> 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.2.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.