For a
Struts webapp with modules, each module's struts-config file declares the messages-resource param to name the file to use for resolving messages in that module context.
I would like to use the JSTL <CODE><fmt:message.../></CODE> tag instead of <CODE><bean:message.../></CODE>
What is the proper way to configure the module-specific messages-resource files.
I would like to configure the bundle per module, and not use the "bundle" attribute of the <CODE><fmt:message.../></CODE> tag in my pages.