The superclass of your Action class (org.apache.struts.action.Action) has a getResources method that will return the MessageResources object that represents your ApplicationResources file. If you want to get it from an ActionForm, look at the Source code of the getResources method, and do it the same way they do.