Re: Multiple modules with multiple tile definition files

2004-09-22 Thread Lajoie Chad
Okay, I found a way to do what I wanted, but not as cleaning as I'd have liked. Here's what I did. First, I created Tiles definition file for each module in the application. Then in one of the module's Struts configuration file I put in the TilesPlugin definition and listed each module's Tile

Re: Multiple modules with multiple tile definition files

2004-09-21 Thread Hari Haran
Even I had problems using tiles with struts multi module feature. I had to drop the idea of using tiles , lets see if we get any +ve reply for this post. On Tue, 21 Sep 2004 14:26:21 -0400, Lajoie Chad <[EMAIL PROTECTED]> wrote: > I'm having an issue getting Tiles to work with Struts 1.1 in a mo