How are you extending 2 classes at the same time in the same Action class? Can you describe your class hierarchy a little more clearly?
Mark -----Original Message----- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:52 PM If I've got common code that happens in ALL actions and I extend BOTH Action and DispatchAction .. how can I include the common methods for both actions, rather the copying that code in each? Darren -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

