Hi all,

I am using multiple modules, and the idea was to use the config for the
default module as a base config for other modules.  The other modules would
add module specific elements and/or override those defined in the base
config.  So for each of these "sub-modules" I would specify two configs, the
base config and the one specific to that module.  The base config includes
it's own tiles plugin and the sub-modules also have their own tiles plugins
with module-specific tiles definitions.

I was expecting the tiles plugin in the module-specific config to override
the one specified in the base-config for each module (like most other config
elements do).  Instead, for each sub-module, it initializes the tiles plugin
in the base config and when it comes to the module-specific plugin (in the
module-specific config) it tells me the "Factory already exists for module
/foo No new creation".

Put in simple terms - if I specify more than one struts-config for a module,
and more than one of those configs has a tiles plugin definition, then I
have to use the one in the first config, instead of the latter one
overriding the first.

Is this as it should be?

cheers,
Marinó




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to