Thanks for the prompt response! We're using Spring Controllers and not Struts Controllers. Tiles is the only Struts component we're using. Unfortunately, we have hundreds of Spring Controllers, and it wouldn't be feasible to refactor them all to use a separate Controller type. Thanks for the suggestion!
-Ryan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Petrelli Sent: Tuesday, September 30, 2008 11:30 AM To: Struts Users Mailing List Subject: Re: Inspect Tile Definitions 2008/9/30 Shelley, Ryan <[EMAIL PROTECTED]>: > We were wondering if there is any way for us, in the primary view Tile, > to inspect the Tile definitions that WILL be loaded into the page. I don't know if it's useful, but you could use a Tiles controller to preprocess your definition: http://struts.apache.org/1.3.8/apidocs/org/apache/struts/tiles/Controlle r.html The ComponentContext parameter has all the attributes that will be used in the definition. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]