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-modules
behavior. To be sure, take the latest nightly build.

By the what is the multi-modules like?
 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 I have to create different layouts for each module?

Do as you want.
If you want to have a consistent site, create common layouts used by all modules. Each module can also declare additional layouts.

Can I use some definition defined in other module?

Yes and no ;-).
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.


What if there is a big-big common layout for the whole site, and some layouts per modules?

There is no problem for that.

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]>

Reply via email to