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=13638>. 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=13638 add Config Factory Summary: add Config Factory Product: Struts Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hello, I'm working on a struts-based framework. In our next version, we plan to use our own struts config classes. Actually the only solution is to set className="our.classe.XConfig" foreach element in struts-config.xml files. The problem is : We have several non-java-expert developpers in our team and I don't want to introduce them this struts feature. I want manage it in our framework but I don't want to modify Struts sources. So I request a factory ;) a ConfigFactory with the methods: getActionConfigClass() getActionFormBeanClass() ... getMessageResourcesClass() This factory will be used by the digester to retrieve classes and instanciate all config objets. With this solution, Struts framework will be easily extensible. Thx, -emmanuel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>