You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2008/11/26 22:11:37 UTC

[jira] Resolved: (WW-2449) Support convention based action chaining

     [ https://issues.apache.org/struts/browse/WW-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2449.
---------------------------------

    Resolution: Fixed

Action chaining implemented on the convention plugin in the sandbox

> 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.