OGNL and wildcards working in tiles definitions with struts2-tiles-plugin?
I want Tiles to resolve ognl from the struts2 value stack. How to do this? Using tiles 2.2.2 (although if a later version such as 3 could be used that is fine) Here it mentions the new feature: http://tiles.apache.org/2.2/framework/whats-new.html Here it shows how to implement it: http://tiles.apache.org/2.2/framework/tutorial/advanced/el-support.html#OGNL_Support But I'm not certain how to go about that in my project. Does anyone have tiles3 working in their struts2 project? I remember reading about some way to turn on all new features in tiles 3 by default but I can't find a link to that