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 2009/04/26 23:31:30 UTC

[jira] Created: (WW-3101) @Action should be able to be applied to classes, using "execute" as the method

@Action should be able to be applied to classes, using "execute" as the method
------------------------------------------------------------------------------

                 Key: WW-3101
                 URL: https://issues.apache.org/struts/browse/WW-3101
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugin - Convention
    Affects Versions: 2.1.6
            Reporter: Musachy Barroso
            Assignee: Musachy Barroso
             Fix For: 2.1.7


@Action should be able to be applied to classes, using "execute" as the method

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


[jira] Updated: (WW-3101) @Action should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism

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

Musachy Barroso updated WW-3101:
--------------------------------

    Description:     (was: @Action should be able to be applied to classes, using "execute" as the method)
        Summary: @Action should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism  (was: @Action should be able to be applied to classes, using "execute" as the method)

> @Action should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3101
>                 URL: https://issues.apache.org/struts/browse/WW-3101
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.6
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>             Fix For: 2.1.7
>
>


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


[jira] Updated: (WW-3101) @Action and @Actions should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism

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

Musachy Barroso updated WW-3101:
--------------------------------

    Description: If a method "execute" is defined in the class, the action mapping will point to it, otherwise the method will be null in the action mapping
        Summary: @Action and @Actions should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism  (was: @Action should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism)

> @Action and @Actions should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3101
>                 URL: https://issues.apache.org/struts/browse/WW-3101
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.6
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>             Fix For: 2.1.7
>
>
> If a method "execute" is defined in the class, the action mapping will point to it, otherwise the method will be null in the action mapping

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


[jira] Resolved: (WW-3101) @Action and @Actions should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism

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

Musachy Barroso resolved WW-3101.
---------------------------------

    Resolution: Fixed

> @Action and @Actions should be able to be applied to classes, the method will be determined at runtime by Dynamic Action invocation mechanism
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3101
>                 URL: https://issues.apache.org/struts/browse/WW-3101
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.6
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>             Fix For: 2.1.7
>
>
> If a method "execute" is defined in the class, the action mapping will point to it, otherwise the method will be null in the action mapping

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