Hi!
I don't really understand your use case. Has it something to do with
including javascript/css in the <head> section to support your code in
the <body> section? Can you provide an example?
I don't think you need a mutable container for that, anyway.
But concerning the struts2 setup: as long as you don't use freemarker, I
believe you can just ignore StrutsTilesListener and use your own instead
(or one that is provided by Tiles).
On 12-04-06 09:40 PM, Ken McWilliams wrote:
I'll just explain the use case: I want to create custom tags which require
source tags be included in the header. I would like these tags to work with
tiles somehow to achieve this. My component tags will just push strings
(paths to js files).
I am using tiles 2.2.2 in my project currently.
To complicate matters I am using the struts2-tiles-plugin (which sets
things up for me and I don't know how to set tiles parameters from there).
For instance I want to investigate using a mutable container but am
uncertain as how to get alter the setup struts2 provides.