You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ashish Kulkarni <as...@gmail.com> on 2009/02/25 20:45:28 UTC

what is difference between listing config file with comma delimited or by module

HiCan some one explain with example difference between configuring multiple
config files separated by comma or as module

How does it affect the URL?
Can i define bean in one configuration file and action using this bean in
different configuration file?
I have an application where about 10 beans and action are common to all
modules, but then each module will have different bean and action classes,
So what would be a good strategy, to define all common bean and actions in
one configuration file, and have other configuration file in modules

Does anyone have an example explaining when to use comma delimited
configuration file versus defining in modules