Re: LookupDispatchAction using wrong resource bundle!

2006-08-16 Thread Scott Van Wart
LookupDispatchAction checks ALL the resource bundles (and doesn't even stop when it finds the key). Does anyone see any reason why it can't use the same mechanism as everything else, or has this been fixed in a later version? - Scott --

LookupDispatchAction using wrong resource bundle!

2006-08-16 Thread Scott Van Wart
I have multiple resource bundles in addition to the default one in struts-config.xml: key="constraints" factory="ca.indosoft.common.resource.ConstraintResourcesFactory" null="true" /> In my Action: protected void create( ... ) { ... } // and so on... protected Map getKeyMetho