Re: Sub-apps using Tiles/SecureRequestProcessor

2002-08-29 Thread Cedric Dumoulin
Hi, Tiles doesn't require that all your subapps use them. But, you need to use the TilesRequestProcessor, or a subclass of it, for each subapps using tiles. The TilesRequestProcessor is set by the tiles plug-in. So, if you want to use tiles and SecureRequestProcessor in the same subapps,

Sub-apps using Tiles/SecureRequestProcessor

2002-08-27 Thread Greg Hess
Hi All, I am currently preparing to migrate one of my Struts apps to separate modules as it is currently developed in modules and I would love to simplify the integration of the modules. My application consists of two modules. The main application module is using the SecureRequestProcessor plug-