Kevin-- Yes, this is possible -- make sure that PageFlowController A has the @Jpf.Controller annotation which is used to process metadata defined in that class. More information can be found here:
http://beehive.apache.org/docs/1.0.1/netui/pageFlowInheritance.html It's not out of the question that there would be a bug in this code (it changed a lot at one point); if you think you see one, please file a JIRA issue: http://issues.apache.org/jira/browse/BEEHIVE Eddie On 5/24/06, Kevin Conaway <[EMAIL PROTECTED]> wrote:
Is it possible to use pageflow actions through inheritance? If I PageFlowController B that inherits from PageFlowController A, I can't seem to call an action defined on A from B. Is there any way to do this? Thanks, Kevin