Re: Tiles without struts

2002-09-10 Thread Cedric Dumoulin
Hi, You can use Tiles without Struts. If you want also the definition capability, you need to initialize the Tiles factory. This can be done by using the TilesServlet (as you do). In this case, Tiles factory config is specified in web.xml. You don't need the TilesPlugin because

Tiles without struts

2002-09-09 Thread Carter, Zach N
I have a large existing application that uses a common page layout and would like to use struts tiles. I do not want to use struts actions and such because there is already a controller in the application, we would like to just use the Tiles template mechanism. >From what I've read it seems that