DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7455>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7455 May not be protected: ActionServlet.getApplicationConfig(HttpRequest) Summary: May not be protected: ActionServlet.getApplicationConfig(HttpRequest) Product: Struts Version: Nightly Build Platform: PC URL: http://http:// OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I want to replace the deprecated method ActionServlet.findForward(String name) with the new method ApplicationConfig.findForwardConfig(String name). The problem is that within a subclass of Action I have to ask the servlet for the appropriate ApplicationConfig instance. But I can't do that because the ActionServlet.getApplicationConfig(javax.servlet.http.HttpServletRequest request) method is PROTECTED! I think this can't be correct. Regards Udo -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>