In struts.config.xml:
<message-resources
factory="xxx.yyy.struts.utils.DatabaseMessageResourcesFactory"
parameter="java.resources.application" />
Please excuse my ignorance, but am I correct in assuming that "java.resources.application" is the Struts default bundle name? For example, will:
<bean:message key="some.key"/>
pull the message from my custom factory?
Thanks, Bob
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

