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