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=22447>. 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=22447 When using multiple modules the plugins are initialized double ------- Additional Comments From [EMAIL PROTECTED] 2003-08-15 15:57 ------- If you have the plugin specified in multiple struts-config.xml files, then it will be initialised for each one. So if you created your second module by copying your config file, yes, you will see the plugin initialised twice. The PlugIn.init() method is passed the ModuleConfig for the module bgeing initialised so that you can execute separate behaviour for each module, if necessary. Is this what you are seeing, or are you seeing something else? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
