I am using 2.0.11.2. When I am inheriting action, 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 Then exeuting bar.action renders foo.jsp anyway. Is this a feature or a bug? Leonard Broman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

