You can split up the tiles xml file. In your web.xml just list the seperate
files csv style. e.g.
<context-param>
<param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
<param-value>
/WEB-INF/tiles.xml,
/WEB-INF/tiles-proj.xml,
/WEB-INF/tiles-store.xml
</param-value>
</context-param>
Alvin
Alexander Baetz wrote:
>
> Hi,
>
> since my tiles definition file is getting a little big and complex, i'm
> looking for tools that make it easier to work with tiles.
> is there any kind of IDE (eclipse plugin would be great) that is worth a
> try?
>
> greetings,
> Alexander
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/IDE-for-Tiles-2--tp19684853p19709320.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]