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=11089>. 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=11089 Data source keys are global, even when using application modules [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-07-28 00:16 ------- It turns out that the data sources were already being stored under application-specific attributes (because the app prefix was appended, just as we do for message resources instances. Added convenience accessors getDataSource() and getResources() in Action that will grab you the requested (non-default) DataSource or MessageResources instance for your application module, using the value you specified for the "key" attribute in the corresponding <data-source> or <message-resources> element in struts-config.xml. This is available in nightly build 20020728. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>