> -----Original Message----- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Monday, March 28, 2005 10:21 PM > To: dev@struts.apache.org > Subject: ActionContext convenience methods > > > I'd like some opinions from the community here. As I get back to > building out an app based around Struts 1.3, I find myself adding > some familiar convenience methods to my local subclass of > ActionContext. > > I can totally understand where some folks would not want > ActionContext to get too weighed down, but it also seems like some of > these would be really universally convenient. I thought I'd raise > the general question and then depending on responses, potentially add > some of these. One reason to be hesitant would be that ActionContext > is an interface, so the more we add to it, the greater burden to > anyone who would choose to implement it -- even if we also provide > implementations in ActionContextBase.
Have you considered placing the convenience methods in a decorator? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]