Re: [Struts2] Message Resource configuration as it was in Struts1

2006-11-06 Thread Oleg Gorobets
Yes I just was not sure that action object is placed to stack. If so, it would be a better idea to make your own BaseActionSupport class extending ActionSupport and override getText() methods. Then all your actions should extend your base action. Thanks for your advice! -

Re: [Struts2] Message Resource configuration as it was in Struts1

2006-10-24 Thread Don Brown
Yeah, I'm curious what the advantages of a new system would be over simply overriding Action.getText() and substituting your own lookup logic. As an aside, Patrick keeps threatening to rework the localization so hopefully he'll tackle this request at the same time. Don Oleg Gorobets wrote: I