dunno...let's see the source of ORGAction(). Mark
-----Original Message----- From: Struts Developer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:20 AM I would like to add a layer of inheritance between the org.apache.struts.action.Action class and my application's Action subclasses. IE: MyAction extends ORGAction extends Action. Seems simple enough, however when I set this up and run my applicaiton it doesn't work. No error messages, no compile errors, no nothing. When MyAction extends Action directly the application runs as expected and I get the proper output and log messages, like so: TIA, Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

