Hi,
The prefer way to enable Tiles in Struts1.1 is now to specify the Tiles plugin in each struts-config. If you do that, you don't need to specify the TilesRequestProcessor and the ActionComponentServlet. For backward compatibility, the old methods to initialize Tiles still working (i.e: ActionComponentServlet + TilesRequestProcessor). Using such methods will generate some warning messages incitating you to use the new methods. Cedric David M. Karr wrote: >Isn't it the case that as of the latest Struts distribution, you do NOT have to >add the Tiles plugin specification to the "struts-config.xml" file? I never >did this, and my rather simple application using Tiles works with no problem. > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

