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
--
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
2 matches
Mail list logo