You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "spiker (JIRA)" <ji...@apache.org> on 2009/02/10 09:33:45 UTC

[jira] Created: (WW-2990) Could not create application global result.

Could not create application global result.
-------------------------------------------

                 Key: WW-2990
                 URL: https://issues.apache.org/struts/browse/WW-2990
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugin - Convention
    Affects Versions: 2.1.6
            Reporter: spiker


I was converting my previous webwork 2 project to struts 2. 

In webwork, I could define global results which will be used as defaults for all action. If I use Convention plugin, the global result was global for the single action. I want to define Results in supper class (BaseAction eg.) and expect all sub class will use these results and could override result with same name. 

I found this feature was menthioned in https://issues.apache.org/struts/browse/WW-2443, but not working in Convention plugin.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2990) Could not create application global result.

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2990.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.7

fixed in trunk. @Result and @Results will be inheritaded from parent classes and can be overwritten. 

> Could not create application global result.
> -------------------------------------------
>
>                 Key: WW-2990
>                 URL: https://issues.apache.org/struts/browse/WW-2990
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.6
>            Reporter: spiker
>             Fix For: 2.1.7
>
>
> I was converting my previous webwork 2 project to struts 2. 
> In webwork, I could define global results which will be used as defaults for all action. If I use Convention plugin, the global result was global for the single action. I want to define Results in supper class (BaseAction eg.) and expect all sub class will use these results and could override result with same name. 
> I found this feature was menthioned in https://issues.apache.org/struts/browse/WW-2443, but not working in Convention plugin.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.