Gemes Tibor wrote:
2002. december 12. 16:27 d�tummal Cedric Dumoulin ezt �rtad:
I don't remind the exact day when I have added the multi-modulesBy the what is the multi-modules like?
behavior. To be sure, take the latest nightly build.
This is the module capability provided by struts.
Where can I read some docs about it?
No real doc for now, only the initialization config.
Do as you want.Do I have to create different layouts for each module?
If you want to have a consistent site, create common layouts used by all modules. Each module can also declare additional layouts.
Yes and no ;-).Can I use some definition defined in other module?
You can only access definitions loaded by the factory. If the factory is dedicated to the module, you can't access definitions loaded by others factories.
However, you can instruct the factories to load the same config file, so you will have the same definitions name in each factory.
There is no problem for that.
What if there is a big-big common layout for the whole site, and some layouts per modules?
The actual limitation from the "multi-module" in tiles factory is that tiles config files don't automatically add the module prefix: you need to use urls relative to the application, not to the module.
Cedric
Tia,
Tib
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

