MessageResources msgres = getResources(request); String key = "welcome.title"; System.out.println(msgres.getMessage(key));
MessageResources msgres = (MessageResources)request.getAttribute("org.apache.struts.action.MESSAGE"); String key = "welcome.title"; System.out.println(msgres.getMessage(key));