Hi
I have an app where I define my own base action class. I declare it
abstract and have it implement a few convenience methods that all my other
actions might/will use(as recommended in a few books and web pages). But,
there are cases where I want to create an action that uses Dispatch action
feature. So my class has to extends dispatch action class. But I still want
to have my base action class "convenience methods" available. And I don't
want to have my base extend dispatch action. that's just hideous. So after
all my bitching, are there any approaches/best practices that deals with
this??

thx,
-Henrik Bentel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to