Since the ActionServlet.getResources() method is now deprecated, you need a request and an Action object to get Resources. That's fine so long as you're operating within the Action class, but if you're in the ActionForm object and you want to get Resources, you can't because Action.getResources(HttpServletRequest) has protected access. Am I missing something or is this a job for struts-dev? -JT
- Re: getting MessageResources within ActionForm.reset() Taylor, Jason
- Re: getting MessageResources within ActionForm.rese... Bryan Hilterbrand
- RE: getting MessageResources within ActionForm.rese... Taylor, Jason
- RE: getting MessageResources within ActionForm.rese... Taylor, Jason

