Why don't you do your initialization in the action method? Bryan
----- Original Message ----- From: "Taylor, Jason" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 21, 2002 12:06 PM Subject: getting MessageResources within ActionForm.reset() 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

