You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "John Lindal (JIRA)" <ji...@apache.org> on 2011/01/31 20:18:29 UTC

[jira] Resolved: (WW-3500) AnnotationParameterFilterIntereptor ignores Model pushed onto the ValueStack

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

John Lindal resolved WW-3500.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.2

> AnnotationParameterFilterIntereptor ignores Model pushed onto the ValueStack
> ----------------------------------------------------------------------------
>
>                 Key: WW-3500
>                 URL: https://issues.apache.org/jira/browse/WW-3500
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors
>    Affects Versions: 2.2.1
>            Reporter: John Lindal
>            Assignee: John Lindal
>             Fix For: 2.2.2
>
>
> Instead of directly grabbing the Action, the code should use the top of the ValueStack.  Instead of:
>         final Object action = invocation.getAction();
> it should be:
>         final Object action = invocation.getStack().peek();

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira