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!
-
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