You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/12/09 20:49:37 UTC

[jira] Updated: (WW-2854) Result definitions are not overridden on subtyping

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

James Holmes updated WW-2854:
-----------------------------

    Fix Version/s: 2.1.3

> Result definitions are not overridden on subtyping
> --------------------------------------------------
>
>                 Key: WW-2854
>                 URL: https://issues.apache.org/struts/browse/WW-2854
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - CodeBehind
>    Affects Versions: 2.0.11.2
>            Reporter: Leonard Broman
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> When inheriting actions, the codebehind plugin is not overriding the definition for the supertype.
> Example:
> @Result(value="foo.jsp")
> public class FooAction ...
> @Result(value="bar.jsp")
> public class BarAction extends FooAction
> Executing bar.action renders foo.jsp anyway.

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