Hi All,

 

We're using Struts Tiles 1.3.5 in Spring 2.0 on Tomcat 5.5 and Java 1.6.
With Spring, we're loading a view that is a Tile definition.  That Tile
loads several other Tiles respectively.  Some of those sub-Tiles include
global advertising Tiles such as the banner ad, a square ad, a pop-under
ad, etc.  The ad system we are using requires us to make one call to the
ad server to get all of the ads needed for the page.  In our first pass,
we put flags in each ad Tile to indicate that our footer AJAX should
retrieve the ads required by the Tiles inserted.  This works ok, but we
have some technical difficulties with post-render ad positioning that
are causing us to consider alternatives.

 

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.  Then
we can simply determine if certain Tiles are present, we can insert the
ads proactively as the page is constructed.

 

Any suggestions?  Thanks!

 

-Ryan Shelley

Reply via email to