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