I found the following note in tiles user guide about the shared definitions
factory 

        "This plugin creates one single shared factory even if you have
several modules. The plugin first read factory parameters from web.xml and
then overload them with parameters from the first struts-config.xml file
read. Read order is determined by the order of module declarations in
web.xml." 

Why force the sub apps to share the definitions, and why force our selves
into providing unique names for definitions across multiple sub
applications?  If there are any common definitions across the sub apps, we
can specify multiple files, so what am I missing.

thanks,
Padma

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to